probe_digest
Produce a concise text digest for WAV/FLAC files: duration, loudness, onsets, pitch, key, and timeline table. Understand a file's contents quickly without a full JSON report.
Instructions
The token-cheap way to listen to a WAV or FLAC file: a ~40-line deterministic text digest (duration, loudness, onsets, pitch, key, and a windowed timeline table) instead of a full JSON report or raw PCM. Reach for this first when you just need a sense of what's in a file, and only fall back to probe_audio when you need exact numbers to assert against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_ms | No | Segment window length, milliseconds, for the digest's timeline rows. Default 1000. | |
| audio_path | Yes | Path to a WAV or FLAC file. |