mcp_opendaw_analyze_stereo
Analyze stereo width, L/R balance, phase correlation, and mono compatibility of a WAV file to guide mix decisions on stereo field balance.
Instructions
Stereo analysis of audio — width, L/R balance, mono compatibility, mid/side energy.
Analyzes the stereo field of a track:
stereo_width: Side/Mid RMS ratio (0 = mono, 0.5+ = wide, 1.0 = hard panned)
lr_balance: L/R energy difference (-1 = fully left, 0 = centered, +1 = fully right)
phase_correlation: -1 to +1 (+1 = mono safe, 0 = uncorrelated, -1 = out of phase)
mono_compatible: True if phase correlation > 0 (collapses to mono without cancellation)
phase_issues_pct: % of samples where L and R have opposite polarity
Per-region width: low (<250Hz), mid (250-4000Hz), high (4000+Hz) Helps identify if stereo width is well-distributed or concentrated in one region
Mix decision guidance:
stereo_width < 0.1 → narrow/mono mix, consider widening
stereo_width > 0.8 → very wide, check mono compatibility
phase_correlation < 0 → phase issues, will cancel in mono
lr_balance > 0.2 → right-heavy, consider rebalancing
lr_balance < -0.2 → left-heavy, consider rebalancing
Low-freq width > 0.3 → bass is wide (usually undesirable, keep bass mono)
Args: filename: Name of the WAV file in the exports directory (without path), or absolute path to any WAV file.
Returns stereo descriptors, per-region width, and mix suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |