Skip to content

typedef audio_data_planar audio

using audio_data_planar = audio_data<false>

Alias for audio_data with planar (non-interleaved) storage format.

{'typedef': 'audio_data_planar'}This type alias represents audio data stored in a planar format, where each channel's samples are stored in a separate contiguous block of memory.

Defined at audio/data.hpp:832