Skip to content

function create_mp3_decoder(const mp3_decoding_options &) audio

std::unique_ptr<audio_decoder> create_mp3_decoder(const mp3_decoding_options& options = { … }

Creates an MP3 audio decoder with the specified decoding options.

Parameters
options Optional MP3 decoding options.
Returns
A unique pointer to the created MP3 decoder.

Defined at audio/decoder.hpp:350