On Mon, 2016-11-21 at 22:32 +0000, Ajit Warrier wrote:
had a quick question regarding the echo cancellation implementation that is new in gstreamer 1.10. The test loop:
gst-launch-1.0 autoaudiosrc ! webrtcdsp ! webrtcechoprobe ! autoaudiosink
works as expected.
However if the audio sink as sync=false, this does not work, and I can hear echo/feedback.
gst-launch-1.0 autoaudiosrc ! webrtcdsp ! webrtcechoprobe ! autoaudiosink sync=false
Is sync=true required for the echo cancellation algorithm ?
Yes it is, the echo cancellationi needs to know when the output was played to compare it to what was recorded.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel