Audio Conversion
#
Async Audio ConversionAsync Audio API supports files of either .wav
or .mp3
and the file must have mono-channel audio
only. Any other file formats can be converted using the code snippet from FFmpeg
$ npm install --save fluent-ffmpeg
The below snippet shows how you can convert a file from .mp4 to .mp3 using the fluent-ffmpeg node module
- Javascript