Audio Isolation - Extract sounds from audio/video
post /v1/ai/audio-isolation Isolate and extract specific sounds from audio or video files using SAM Audio AI technology. Describe the sound you want to isolate, and the API separates it from background noise.
Use cases:
- Extract speech from noisy recordings
- Isolate musical instruments from a mix
- Separate specific sound effects from video audio
- Remove background noise while preserving target sounds
Input options:
- Provide either an
audioURL/base64 or avideoURL/base64 (mutually exclusive) - Supported audio formats: WAV, MP3, FLAC, OGG, M4A
- Supported video formats: MP4, MOV, WEBM, AVI
- For video input, use bounding box coordinates (x1, y1, x2, y2) to focus on a specific region
Output: WAV audio file containing the isolated sound