21 #ifndef CHANNELCONVERTER_P_H 22 #define CHANNELCONVERTER_P_H 29 class ChannelConverter :
public Effect 32 ChannelConverter(ChannelMap out_map);
34 void configure(quint32 srate, ChannelMap in_map);
39 int m_reorder_array[9];
45 #endif // CHANNELCONVERTER_P_H The Effect class provides the base interface class of audio effects.
Definition: effect.h:35
virtual void applyEffect(Buffer *b)=0
Audio buffer class.
Definition: buffer.h:20
virtual void configure(quint32 srate, ChannelMap map)