extract_audio
Extract audio track from a video file.normalize_audio
Normalize audio loudness to broadcast standards (EBU R128).noise_remove
Remove background noise from audio.fade_audio
Add fade in/out effects to audio.mix_audio
Mix multiple audio tracks together. Use an array of URLs as input.pitch_shift
Shift audio pitch up or down.loudness_analyze
Analyze audio loudness levels (LUFS, peak, dynamic range).transcribe
Transcribe speech to text using OpenAI Whisper.| Param | Type | Description |
|---|---|---|
| language | string | Language code (en, es, fr, etc.) or “auto” |
| format | string | Output format: text, srt, vtt, json |