On Mon, 2013-02-18 at 16:31 +0100, Stefan Huber wrote: > The current echo-cancel framework does not support different sample > rates for the rec, play and out stream as it is assumed that the blocks > passed to the EC implementation's run() cover equal time spans. However, > pa__init() does not check that. Fix this. > --- > src/modules/echo-cancel/module-echo-cancel.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied, thanks. > + assert(source_output_ss.rate == source_ss.rate); > + assert(sink_ss.rate == source_ss.rate); I changed these to pa_assert(). -- Tanu