Runs every analysis tool on a single file and returns a comprehensive report. This is the “tell me everything about this file” tool.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| file_path | string | required | Path to audio file |
| channel | string | "all" | Channel to analyze: "left", "right", or "all" |
Example Output
$ full_diagnostic mix-v2.wav
Full Diagnostic: mix-v2.wav Duration: 4:12 | 44.1kHz/24bit | Stereo
Spectral Centroid: 3,241 Hz Rolloff: 12.4 kHz Flatness: 0.018
Loudness Integrated: -14.8 LUFS True peak: -1.1 dBTP Range: 6.8 LU
Dynamics RMS: -13.2 dB Crest factor: 8.4 dB Complexity: 0.58
Stereo Width: 0.72 Balance: +0.02 (centered) Correlation: 0.61
Phase Coherence: 0.78 Polarity: OK
Problems None detected at normal sensitivity
What the Numbers Mean
Full diagnostic returns the same metrics as individual tools. See each tool’s page for detailed interpretation:
Example Prompts
Full analysis
Run a full diagnostic on my mix at session/mix-final.wav
Quick overview
Tell me everything about this vocal recording — full analysis of vocals-v2.wav
Related Tools
- batch_diagnostic — Run full diagnostic on multiple files at once
- Individual tools for deeper investigation of specific metrics
Pro tip
Use full_diagnostic as your starting point for any new file. It’s faster than running each tool individually, and your AI assistant can identify which areas need deeper investigation based on the results.