[pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-21 Thread ABDUL MOIZ
Hi, I have downloaded pulse audio source code from the link shown below http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=0ecf51119a349e51daeea0437eba9a14d69ce533 i have untar the file and have compiled and installed the pulseaudio by following the steps below: $:./bootstrap.sh

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Puyol
I'm implementing a voip application using gstreamer, i use the example of the rtp in the plugin-good! i want to implement echo cancellation, i couldn't use the speex echo canceller with gstreamer because the input and the output are not in the same process. So, i want to use pulse audio to make

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Puyol
I'm implementing a voip application using gstreamer, i use the example of the rtp in the plugin-good! i want to implement echo cancellation, i couldn't use the speex echo canceller with gstreamer because the input and the output are not in the same process. So, i want to use pulse audio to make

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-28 Thread Arun Raghavan
On 29 May 2014 02:59, Puyol wrote: > I'm implementing a voip application using gstreamer, i use the example of > the rtp in the plugin-good! i want to implement echo cancellation, i > couldn't use the speex echo canceller with gstreamer because the input and > the output are not in the same proces

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-29 Thread Puyol
> The adrian canceller doesn't work well if at all. Use the webrtc or > speex canceller. If it doesn't work, please post the output of pactl > list while your streams are running. > Cheers, > Arun Thanks Arun, when i use webrtc it prints could not load modul, and for speex I'am also hearing echo

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2014-05-29 Thread Arun Raghavan
On 30 May 2014 00:14, Puyol wrote: >> The adrian canceller doesn't work well if at all. Use the webrtc or >> speex canceller. If it doesn't work, please post the output of pactl >> list while your streams are running. > >> Cheers, >> Arun > > Thanks Arun, when i use webrtc it prints could not load

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-21 Thread Colin Guthrie
'Twas brillig, and ABDUL MOIZ at 21/07/11 08:06 did gyre and gimble: > Hi, > > I have downloaded pulse audio source code from the link shown below > > http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=0ecf51119a349e51daeea0437eba9a14d69ce533 > > i have untar the file and have co

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-22 Thread ABDUL MOIZ
Hi, Thanks for the reply. As adviced by you,I have followed the procedure given in the link http://colin.guthr.ie/2010/09/compiling-and-running-pulseaudio-from-git/ I got the code from the git source as told in the guide and everything was going well but i got error at this

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-24 Thread Colin Guthrie
'Twas brillig, and ABDUL MOIZ at 22/07/11 10:02 did gyre and gimble: > Hi, >Thanks for the reply. > >As adviced by you,I have followed the procedure given in the link > > > http://colin.guthr.ie/2010/09/compiling-and-running-pulseaudio-from-git/ > > I got th

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-25 Thread ABDUL MOIZ
Hi, Thanks for the reply. Now I am able to run the pulseaudio daemon with echo cancel source and sinks without any problem on my ubuntu desktop system. Now I want to enable echo cancel module on my omap4 (PANDA) board. I followed the same steps as i have done for ubuntu desktop. Pul

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-25 Thread Arun Raghavan
On Mon, 2011-07-25 at 19:01 +0530, ABDUL MOIZ wrote: > Hi, > > Thanks for the reply. > > Now I am able to run the pulseaudio daemon with echo cancel > source and sinks without any problem on my ubuntu desktop system. > Now I want to enable echo cancel module on my omap4 (PANDA) boar

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-25 Thread Alexander E. Patrakov
ABDUL MOIZ wrote: > Hi, > > Thanks for the reply. > > Now I am able to run the pulseaudio daemon with echo cancel source > and > sinks without any problem on my ubuntu desktop system. Now I want to > enable echo cancel module on my omap4 (PANDA) board. I followed the same > s

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-25 Thread Arun Raghavan
On Mon, 2011-07-25 at 15:21 +, Alexander E. Patrakov wrote: > ABDUL MOIZ wrote: > > > Hi, > > > > Thanks for the reply. > > > > Now I am able to run the pulseaudio daemon with echo cancel source > > and > > sinks without any problem on my ubuntu desktop system. Now I want

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-25 Thread ABDUL MOIZ
Hi, I have run in gdb and below is the log messages (gdb) run Starting program: /usr/bin/pulseaudio [Thread debugging using libthread_db enabled] process 1801 is executing new program: /usr/bin/pulseaudio [Thread debugging using libthread_db enabled] [New Thread 0x2fbf3470 (LWP 1804)] [Ne

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread Arun Raghavan
On Tue, 2011-07-26 at 12:25 +0530, ABDUL MOIZ wrote: [...] > So can you please help me out to solve this issue. Did you try Alexander Patrokov's suggestion to turn off the CPU limiting config option? -- Arun ___ pulseaudio-discuss mailing list pulseaud

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread ABDUL MOIZ
Hi Alexander, As adviced by you, I have uncommented "cpu-limit=no" in daemon.conf file but still the same problem occurs. Regards, Abdul Moiz On Mon, Jul 25, 2011 at 8:51 PM, Alexander E. Patrakov wrote: > ABDUL MOIZ wrote: > > > Hi, > > > > Thanks for the reply. >

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread ABDUL MOIZ
Hi, Yes, I have tried by uncommenting "cpu-limit=no" in daemon.conf file but still the same problem occurs. Regards, Abdul Moiz On Tue, Jul 26, 2011 at 1:10 PM, Arun Raghavan < arun.ragha...@collabora.co.uk> wrote: > On Tue, 2011-07-26 at 12:25 +0530, ABDUL MOIZ wrote: > [...] >

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread ABDUL MOIZ
Hi Arun, Can you pls send me the link of pulseaudio source code(with echo cancel) that has been tested and working fine on pandaboard. Thanks, Regards, Abdul Moiz On Mon, Jul 25, 2011 at 8:54 PM, Arun Raghavan < arun.ragha...@collabora.co.uk> wrote: > On Mon, 2011-07-25 at 15:21

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread Alexander E. Patrakov
ABDUL MOIZ wrote: > Hi Alexander, > > As adviced by you, I have uncommented > "cpu-limit=no" in > daemon.conf file but still the same problem occurs. Hi. There is not enough information in your email. We need to debug further. First, is it really the s

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread Arun Raghavan
On Tue, 2011-07-26 at 19:50 +0530, ABDUL MOIZ wrote: > Hi Arun, > > Can you pls send me the link of pulseaudio source > code(with echo cancel) that has been tested and working fine on > pandaboard. Current git master should work. -- Arun __

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-26 Thread ABDUL MOIZ
Hi Alexander, On Tue, Jul 26, 2011 at 10:04 PM, Alexander E. Patrakov wrote: > ABDUL MOIZ wrote: > > > Hi Alexander, > > > > As adviced by you, I have uncommented > > "cpu-limit=no" in > > daemon.conf file but still the same problem occurs. > > Hi. There

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-27 Thread Alexander E. Patrakov
ABDUL MOIZ wrote: > Yes it is the same problem i.e "Program terminated with signal > SIGKILL, Killed" That's really strange, because I don't know other reasons why the kernel would kill a process with SIGKILL and write nothing to dmesg. So let's check that pulseaudio indeed opens the sam

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-27 Thread Alexander E. Patrakov
ABDUL MOIZ wrote: > open("/usr/etc/pulse/daemon.conf", OK, this explains everything. Pulseaudio looks at the wrong config file, that's why your cpu-limit setting had no effect. The /usr/etc directory is even forbidden according to the FHS standard. Please rebuild pulseaudio so that it looks at

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-27 Thread Lin, Mengdong
ct: Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio Hi, On Wed, Jul 27, 2011 at 5:38 PM, Alexander E. Patrakov mailto:patra...@gmail.com>> wrote: ABDUL MOIZ wrote: > open("/usr/etc/pulse/daemon.conf", OK, this explains everything. Pulseaudio looks at the

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-07-28 Thread Colin Guthrie
'Twas brillig, and Alexander E. Patrakov at 27/07/11 13:08 did gyre and gimble: > ABDUL MOIZ wrote: > >> open("/usr/etc/pulse/daemon.conf", > > OK, this explains everything. Pulseaudio looks at the wrong config file, > that's why your cpu-limit setting had no effect. The /usr/etc directory > is

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-01 Thread ABDUL MOIZ
Hi, I am able to load module-echo-cancel on my omap4 pandaboard only after unloading module-suspend-on-idle, then again I am loading back the module-suspend-on-idle. when I change the default sink to echo-cancel sink,the pipeline gst-launch alsasrc ! alsasink is working fine. But when

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-01 Thread Arun Raghavan
Hi, On Mon, 2011-08-01 at 14:51 +0530, ABDUL MOIZ wrote: [...] > Additional debug info: > gstbaseaudiosrc.c(822): gst_base_audio_src_create > (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: > Dropped 135515040 samples. This is most likely because downstream > can't keep up and is consuming samples

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-02 Thread ABDUL MOIZ
Hi Arun, I have solved this issue. the problem was rate. I have set rate=8000 in gst-pipeline. But I am facing this problem. When I unload the module-suspend-on-idle able to load echo module. and then again load module-suspend-on-idle. I have tried gst-launch-0.10 pulsesrc device=hw:0,0

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-02 Thread ABDUL MOIZ
Hi, I am using USB mic with my omap4 panda board. Without PA module, using directly Alsa, i found there is no delay but echo is there. But by accessing Alsa through PA module, then there is delay and echo. Even if I load echo-cancel module, echo is not being reduced. Ca

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-11 Thread Colin Guthrie
'Twas brillig, and ABDUL MOIZ at 02/08/11 09:11 did gyre and gimble: > > Hi Arun, > > I have solved this issue. the problem was rate. I have set > rate=8000 in gst-pipeline. > > But I am facing this problem. > When I unload the module-suspend-on-idle able to load echo module. and > the

Re: [pulseaudio-discuss] Need help to enable echo cancel in pulseaudio

2011-08-11 Thread Arun Raghavan
On Tue, 2011-08-02 at 12:41 +0530, ABDUL MOIZ wrote: > > Hi Arun, > > I have solved this issue. the problem was rate. I have set > rate=8000 in gst-pipeline. > > But I am facing this problem. > When I unload the module-suspend-on-idle able to load echo module. and > then again load mo