← All models
Enhance speech audio by removing background noise and upsampling to 48KHz
Details
- Accepts
- audio
Pricing
- Price
- 0.125 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| bitrate | string | The bitrate of the output audio. |
| audio_urlrequired | string | The URL of the audio to enhance. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| audio_format | stringenum: mp3, aac, m4a, ogg, opus, flac… | The format for the output audio. |
Output
| Field | Type | Description |
|---|---|---|
| timings | — | Timings for each step in the pipeline. |
| audio_file | — | The audio file that was enhanced. |