function create_raw_decoder(const raw_decoding_options &) audio¶
std::unique_ptr<audio_decoder> create_raw_decoder(const raw_decoding_options& options = { … } Creates a decoder for raw audio streams.
| options | Optional raw decoding options. |
| A unique pointer to the created decoder. |
Defined at audio/decoder.hpp:258