Typedef audio_data_planar¶
typedef audio_data_planar audio¶
using audio_data_planar = audio_data<false> Alias for audio_data with planar (non-interleaved) storage format.
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.
Fully qualified name: kfr::audio_data_planar
Declared at audio/data.hpp:947
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.