class ebu_channel<T> ebu¶
template <typename T>
struct ebu_channel { … } constructor ebu_channel<T>(int, speaker_type, int, T) ¶
ebu_channel(int sample_rate, speaker_type speaker, int packet_size_factor = 1, T input_gain = 1) Defined at dsp/ebu.hpp:204
function reset() ¶
void reset() Defined at dsp/ebu.hpp:227
function process_packet(const T *) ¶
void process_packet(const T* src) Defined at dsp/ebu.hpp:233
function get_speaker() ¶
speaker_type get_speaker() const Defined at dsp/ebu.hpp:241
Defined at dsp/ebu.hpp:200