probe_digest
Extract a concise text digest from WAV or FLAC files, summarizing duration, loudness, onsets, pitch, key, and timeline. Avoid full JSON or raw PCM to quickly get a sense of audio content.
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. |