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.
| options | Optional MP3 decoding options. |
| A unique pointer to the created MP3 decoder. |
Defined at audio/decoder.hpp:350