Gstreamer echo canceller udpsrc and udpsink
Valer Nur
valernur at yahoo.com
Fri Sep 15 14:05:51 UTC 2017
Hi Shrikant,
If the problem was not solved yet, you can always used a centralized AEC/NR like PBXMate.
From: Shrikant Lahase <shrikant at neotechindia.com>
To: gstreamer-devel at lists.freedesktop.org
Sent: Wednesday, September 13, 2017 8:17 PM
Subject: Gstreamer echo canceller udpsrc and udpsink
Hi
I need to implement echo canceller in my audio application.I am sending audio alsasrc to remote mobile android app from my hardware.The command is as follows:
Sending and receive combined in single command:
"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"
But right now I am doing push to talk to avoid echo and noise on the hardware side.
Please tell me how to implement AEC in GStreamer.....
Thanks,Shrikant_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170915/75c43c5e/attachment.html>
More information about the gstreamer-devel
mailing list