mix_doctor
Diagnoses a mixed audio bounce against policy thresholds. Compares candidate, reference, and stems to identify mix problems without modifying files.
Instructions
Diagnose a real bounce with explicit policy thresholds and no mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Technical review target. | balanced |
| vocal_path | No | Optional synchronized vocal stem. | |
| max_seconds | No | ||
| candidate_path | Yes | Absolute path to the candidate bounce. | |
| reference_path | No | Optional absolute reference path. | |
| instrumental_path | No | Optional synchronized instrumental stem. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| target | Yes | ||
| analysis | Yes | ||
| warnings | No | ||
| diagnosed_at | Yes | ||
| warning_count | Yes | ||
| critical_count | Yes | ||
| policy_version | No | postfader-mix-policy-1 | |
| schema_version | No | 1.0 | |
| masking_analysis | No | ||
| mutations_applied | No | ||
| reference_comparison | No | ||
| technical_export_ready | Yes |