audio_estimate_tempo_and_key
Estimates a track's tempo (BPM) and global major/minor key, returning ranked ambiguity for both. Use it to identify musical characteristics from a decoded audio file.
Instructions
Estimate periodic tempo and global major/minor key with ranked ambiguity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a decoded audio file. | |
| max_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| path | Yes | ||
| tempo | Yes | ||
| sha256 | Yes | ||
| channels | Yes | ||
| truncated | Yes | ||
| analyzed_at | Yes | ||
| limitations | Yes | ||
| sample_rate_hz | Yes | ||
| schema_version | No | 1.0 | |
| analyzer_version | No | postfader-music-analysis-1 | |
| mutations_applied | No | ||
| source_duration_seconds | Yes | ||
| analyzed_duration_seconds | Yes |