Stuttering Remove
Audio Enhancement
Stuttering Remove
Detect and remove stuttering segments from audio using Whisper ASR. Returns processed audio file.
POST
Stuttering Remove
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
application/json
The stuttering removal request payload.
Audio URL (http/https).
Example:
"https://example.com/audio.mp3"
Whisper model size for stutter detection: tiny, base, small, or medium.
Minimum similarity threshold for stutter detection.
Required range:
0.5 <= x <= 1Maximum gap between stutter repetitions in ms.
Required range:
x >= 0Output format: wav, mp3, flac, or m4a.
Response
Processed audio file returned.
The response is of type object.