<div dir="ltr">Hi<div><br></div><div>I need to implement echo canceller in my audio application.</div><div>I am sending audio alsasrc to remote mobile android app from my hardware.</div><div>The command is as follows:</div><div><br></div><div>Sending and receive combined in single command:</div><div><br></div><div>"<span style="color:rgb(0,0,0);font-family:"Courier New",Courier,monospace,arial,sans-serif;font-size:14px;white-space:pre-wrap">gst-launch-1.0 -v alsasrc ! audioresample ! audioconvert ! audio/x-raw, format=S16LE, layout=interleaved, rate=8000, channels=2, endianness=4321, width=16, depth=16, signed=true ! udpsink host=$1 port=5001 & gst-launch-1.0 -v --gst-debug-level=4  udpsrc port=5003 ! audio/x-raw, layout=interleaved, rate=8000, format=S16LE, channels=2, endianness=4321, width=16, depth=16, signed=true ! audioconvert ! autoaudiosink</span>"</div><div><br></div><div><br></div><div>But right now I am doing push to talk to avoid echo and noise on the hardware side.</div><div><br></div><div>Please tell me how to implement AEC in GStreamer.....</div><div><br></div><div><br></div><div>Thanks,</div><div>Shrikant</div></div>