Skip to content

function samples_load(audio_sample_type, fbase *const *, const std::byte *, size_t, size_t, bool) audio

Loads interleaved audio samples based on sample type.

Parameters
type Audio sample type.
out Destination buffers for each channel.
in Source buffer.
channels Number of channels.
size Number of samples per channel.
swap_bytes Whether to swap bytes.

Defined at audio/data.hpp:227