audio_compare
Compare two audio files to identify loudness, peak, dynamic range, and spectrum differences. Returns dB values where positive indicates the first file is louder or brighter.
Instructions
Compare two audio files: returns LUFS / peak / DR diffs and a per-band spectrum diff in dB. Positive numbers mean file_a is louder/brighter than file_b in that dimension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bands | No | ||
| file_a | Yes | ||
| file_b | Yes |