Analyze a rendered WAV
analyze_audioInspect a WAV file to get duration, peak/RMS level, silence detection, and optional pitch sequence extraction.
Instructions
Report duration, peak/RMS level and silence for a WAV file, and optionally detect the pitch sequence. Pitch detection expects a monophonic render, e.g. a single channel exported with export_audio + separateChannels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the WAV file. | |
| channel | No | ||
| detectPitch | No | ||
| maxSegments | No | ||
| maxFrequency | No | ||
| minFrequency | No | ||
| windowSeconds | No |