audio_detect_key
Detect the musical key of an audio file, returning root note, mode (major/minor), and confidence. Uses chromagram analysis with Krumhansl-Schmuckler profiles for tonal pop/jazz.
Instructions
Detect the musical key of an audio file. Returns root note + mode (major/minor) with confidence 0..1. Uses chromagram + Krumhansl-Schmuckler key profiles. Reliable on tonal pop/jazz; less reliable on percussion-heavy or atonal material.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |