Normalize Audio
normalize_audioConverts audio files to 16kHz mono PCM WAV format required for Whisper transcription. Prepares source files for accurate speech recognition.
Instructions
Normalize an audio file to 16kHz mono PCM WAV format required by Whisper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Absolute path to the source audio file | |
| outputPath | Yes | Absolute path for the output WAV file |