Remove Mouth Sounds
Audio Enhancement
Remove Mouth Sounds
Remove mouth sounds (clicks, pops, breathing) from audio using RNNoise, Hush, or Whisper-based detection.
POST
Remove Mouth Sounds
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
application/json
The remove mouth sounds request payload.
Audio URL (http/https).
Example:
"https://example.com/audio.mp3"
Enable RNNoise broadband denoising.
RNNoise strength (0–100).
Required range:
0 <= x <= 100Enable Hush background voice suppression.
Hush attenuation limit in dB.
Also remove stuttering using Whisper.
Whisper model size: tiny, base, small, or medium.
Output format: wav, mp3, flac, or m4a.
Response
Processed audio returned.
The response is of type object.