Audio encoder
Convert and encode the input audio file to a different format, bit rate, sample rate, and number of channels, supporting various common audio formats.Settings
- Name
format
- Type
- string
- Description
- Choose one of the supported audio formats for the output file
- Name
bitRate
- Type
- string
- Description
- Choose the bit rate for the output file to control the quality and size of the output audio
- Name
sampleRate
- Type
- string
- Description
- Choose the sample rate for the output file to control the resolution and quality of the output audio
- Name
channels
- Type
- string
- Description
- Choose the number of channels for the output file (e.g., mono or stereo)
Input
- Name
inputFileUrl
- Type
- string
- Description
- The URL of the audio file that will be converted and encoded.
Output
- Name
outputFileUrl
- Type
- string
- Description
- The URL of the converted and encoded output audio file.