diff_audio
Compare two audio captures to detect differences in loudness, tone, timing, and clipping. Verify audio impact before and after code changes.
Instructions
Compare two audio captures and flag what changed — loudness, tone, timing, clipping. Use this before and after a code change to verify the audio impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id_a | Yes | First capture ID (the "before") | |
| capture_id_b | Yes | Second capture ID (the "after") |