Skip to main content

Overview

Audio Isolation removes background noise from audio files, producing clean speech output. This is perfect for cleaning up recordings before voice cloning, dubbing, or general audio processing.

Basic Isolation

Remove background noise from an audio file:

Streaming Isolation

Stream the cleaned audio in real-time:

Parameters

File
required
The audio file to process and remove background noise from.
string
The format of input audio. Options:
  • pcm_s16le_16 - 16-bit PCM at 16kHz, mono, little-endian (lower latency)
  • other - Any other audio format (default)
string
Optional preview image base64 for tracking this generation.

PCM Input for Lower Latency

Use PCM format for the lowest latency:

Batch Processing

Process multiple files:

Async Processing

Process audio asynchronously:

Parallel Processing

Process multiple files concurrently:

Integration with Voice Cloning

Clean audio before voice cloning:

With Speech-to-Speech

Clean input before voice conversion:

Use Cases

Voice Cloning Prep

Clean samples before creating voice clones

Podcast Editing

Remove background noise from recordings

Interview Cleanup

Improve audio quality of interviews

Content Creation

Clean audio for videos and content

Best Practices

  • Audio isolation works best on recordings with clear speech
  • For voice cloning, always clean samples first for better results
  • Use PCM input format for real-time or low-latency applications
  • Process files in parallel for large batches
  • Keep original files as backups
Audio isolation is designed for speech. It may not work well for music or non-speech audio where background elements are important.
If the input audio does not contain background noise, using audio isolation may actually reduce quality. Only use this feature when background noise is present.

Output Format

The output audio maintains the same format as the input (e.g., MP3 in, MP3 out). The audio isolation process:
  • Preserves speech frequencies
  • Removes background noise
  • Maintains original sample rate and format
  • Keeps speech quality intact

Error Handling