Searched defs:SpeexEchoState_ (Results 1 – 1 of 1) sorted by relevance
132 struct SpeexEchoState_ { struct133 int frame_size; /**< Number of samples processed each time */134 int window_size;135 int M;136 int cancel_count;137 int adapted;138 int saturated;139 int screwed_up;140 int C; /** Number of input channels (microphones) */141 int K; /** Number of output channels (loudspeakers) */[all …]