audio_analyze_file
Analyze a bounced FL Studio audio file to measure level, spectrum, dynamics, stereo, and optional pitch for mix evaluation.
Instructions
Measure level, spectrum, dynamics, stereo, and optional pitch of one render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to an existing audio file bounced from FL Studio. | |
| max_seconds | No | Optional shorter analysis bound in seconds; the default reads up to 600. | |
| include_pitch | No | Also run the monophonic pitch tracker; useful for a lead vocal stem, unreliable for a full mix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| pitch | No | ||
| stereo | Yes | ||
| dynamics | Yes | ||
| loudness | Yes | ||
| spectrum | Yes | ||
| confidence | Yes | ||
| limitations | Yes | ||
| measured_at | Yes | ||
| interpretation | No | measurements_only | |
| schema_version | No | 1.0 | |
| analyzer_version | Yes | ||
| analyzer_versions | Yes |