Skip to content

Typedef audio_data_interleaved

typedef audio_data_interleaved audio

using audio_data_interleaved = audio_data<true>

Alias for audio_data with interleaved storage.

This type alias represents audio data where the samples are stored in an interleaved format. Interleaved audio data means that the samples for multiple channels are stored sequentially in memory. For example, in a stereo audio signal, the data would be stored as: L1, R1, L2, R2, ..., where L and R represent the left and right channel samples, respectively.

See also: audio_data

Fully qualified name: kfr::audio_data_interleaved

Declared at audio/data.hpp:962

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.