template <typename SourceSampleType, size_t SourceChannelCount, size_t DestChannelCount>
class ChannelMapper
Defined at line 216 of file ../../src/media/audio/lib/format2/channel_mapper.h
M -> N customizable channel mapper.
Public Methods
void ChannelMapper<SourceSampleType, SourceChannelCount, DestChannelCount, true> (std::array<std::array<float, SourceChannelCount>, DestChannelCount> coefficients)
Defined at line 219 of file ../../src/media/audio/lib/format2/channel_mapper.h
float Map (const SourceSampleType * source_frame, size_t dest_channel)
Defined at line 223 of file ../../src/media/audio/lib/format2/channel_mapper.h