← All models
FFmpeg API [Merge Audios]
ffmpeg-api-merge-audios
Text to Speechby infery
Merge audios into a single audio using FFmpeg API!
Details
- Accepts
- audio
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| audio_urlsrequired | array | List of audio URLs to merge in order. The 0th stream of the audio will be considered as the merge candidate. |
| output_format | — | Output format of the combined audio. If not used, will be determined automatically using FFMPEG. Formatted as codec_sample_rate_bitrate. |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | Merged audio file |