Skip to content

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.

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

Defined at audio/decoder.hpp:258