typedef chan audio¶ using chan = std::conditional_t<Interleaved, T, std::array<T, max_audio_channels>> Determines the channel type based on interleaving. Template parameters T Data type. Interleaved Whether the data is interleaved. Defined at audio/data.hpp:57