[PATCHv3 3/3] echo-cancel: Warn on different sample rates for rec, play, out stream

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux