beat_grid
Retrieve the full beat grid of an audio file as JSON: every beat time, downbeat positions, tempo alternatives, and stability scores. Use it to align events to the beat or evaluate tempo options.
Instructions
The full beat grid of a whole WAV, FLAC, mp3, or ogg file, as JSON: every detected beat time (ms), the estimated downbeats, the tempo with its octave-alternative candidates, and a windowed stability score. This is the detail the compact tempo summary inside probe_audio drops — that one keeps only the count and mean interval to stay small. Use it to line events up to the beat, see where the downbeats fall, or weigh a half/double-tempo alternative. All times are measured from the start of the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_path | Yes | Path to a WAV, FLAC, mp3, or ogg file. |