audio_waveform
Render an audio waveform from a file or URL to spot silence, clipping, loudness structure, and speech versus music sections.
Instructions
Render the audio waveform as an image the model can see. Useful for spotting silence, clipping, loudness structure, speech vs music sections.
Args: source: Local file path or direct URL to an audio file. width: Image width in px (default 1024). height: Image height in px (default 256). split_channels: Draw each channel separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| source | Yes | ||
| split_channels | No |