MP3 Audio Decoding¶
MP3 is a widely supported lossy audio compression format used for music, podcasts, web delivery, and legacy media workflows. The decoder sample converts compressed MP3 audio to uncompressed LPCM/WAV output.
This sample shows how to decode an MP3 audio file to uncompressed LPCM/WAV output with Transcoder::run.
MP3 Decoder (Run) - Decode an MP3 audio file to uncompressed LPCM/WAV output with Transcoder::run.