Hi,<br><br> I have downloaded pulse audio source code from the link shown below<br><br><a href="http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=0ecf51119a349e51daeea0437eba9a14d69ce533">http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=0ecf51119a349e51daeea0437eba9a14d69ce533</a><br>
<br>i have untar the file and have compiled and installed the pulseaudio by following the steps below:<br><br>$:./bootstrap.sh<br>$:./configure<br>$:make<br>$;sudo make install<br><br>Pulseaudio has been installed and i have started the daemon using<br>
<br>$:pulseaudio --start<br><br>I have loaded the echo-cancel module as shown below <br><br>$:pactl load-module module-echo-cancel<br><br>I have run the CLI and found the echo cancel module loaded as shown below<br><br>$:pacmd<br>
<< list-modules<br><br> index: 17<br> name: <module-echo-cancel><br> argument: <><br> used:
0<br> load once: no<br> properties:<br> module.author = "Wim Taymans"<br> module.description = "Echo Cancelation"<br> module.version = "UNKNOWN"<br><<<br><br>
I have connected mono mic to the pc<br>Now I have run the gstreamer pipeline to test the working of echo cancel module<br><br>$:gst-launch-0.10 pulsesrc ! pulsesink<br><br>I am able to loopback my voice but still , echo is prevalant.<br>
Can
you please tell me how to check whether echo canceller has been enabled
or not and if it is not enabled then how to enable and run it.<br><br><br>Thanks <br><br><br>Regards,<br>Abdul Moiz<br>