probe_audio
Extract a full audio feature report including loudness, pitch, melody, chords, tempo, rhythm, and structure from WAV, FLAC, mp3, or ogg files. Optionally analyze a specific time window.
Instructions
Extract the full feature report (integrated LUFS/true peak/LRA, onsets, YIN pitch track plus quantized melody notes, MFCC timbre digest, chroma/key, a chord timeline and per-section key (harmony), tempo with octave-alternative candidates and stability, rhythm with grid alignment and a straight-vs-triplet grid call, stereo image, structural sections, silence, clipping — schema v5) from any WAV, FLAC, mp3, or ogg file, no score needed. Use this to 'listen' to audio through numbers: check loudness targets, confirm onset timing or tempo, read back the melody you composed, or see the chord progression. Pass from_s/to_s to zoom into a time window instead of probing the whole file (report times are then relative to the cut; source.start_ms anchors them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_s | No | Optional: analyze only up to this time (seconds into the file). | |
| from_s | No | Optional: analyze only from this time (seconds into the file). | |
| audio_path | Yes | Path to a WAV (8/16/24/32-bit PCM or 32-bit float), FLAC, mp3, or ogg file. |