Hi,<br><br>        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.<br><br>when I change the default sink to echo-cancel sink,the pipeline<br>
<br><span style="color: rgb(255, 0, 0);">gst-launch alsasrc ! alsasink</span><br><br>is working fine.<br><br>But when i change the default source to echo-cancel, and run the above pipeline, I am getting the following log<br>
<br><br><span style="color: rgb(255, 0, 0);">Pipeline is live and does not need PREROLL ...</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">Setting pipeline to PLAYING ...</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">New clock: GstAudioSrcClock</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can&#39;t record audio fast enough</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Additional debug info:</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">gstbaseaudiosrc.c(822): gst_base_audio_src_create (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Dropped 331840 samples. This is most likely because downstream can&#39;t keep up and is consuming samples too slowly.</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can&#39;t record audio fast enough</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Additional debug info:</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">gstbaseaudiosrc.c(822): gst_base_audio_src_create (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Dropped 9071440 samples. This is most likely because downstream can&#39;t keep up and is consuming samples too slowly.</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">WARNING: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Can&#39;t record audio fast enough</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Additional debug info:</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);">gstbaseaudiosrc.c(822): gst_base_audio_src_create (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">Dropped 135515040 samples. This is most likely because downstream can&#39;t keep up and is consuming samples too slowly.</span><br><br><br>And the daemon is getting killed and cpu usage is showing above 170%.<br>
<br>Can you please help me in<br><br>1. How module-echo-cancel is dependent on module-suspend-on-idle and how to load both the modules in <a href="http://default.pa">default.pa</a> file<br><br>2.Why the above gst pipeline is not working and daemon is getting killed.<br>
<br><br>Regards,<br>Abdul Moiz<br><br><br><br><div class="gmail_quote">On Wed, Jul 27, 2011 at 5:38 PM, Alexander E. Patrakov <span dir="ltr">&lt;<a href="mailto:patrakov@gmail.com">patrakov@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">ABDUL MOIZ wrote:<br>
<br>
&gt; open(&quot;/usr/etc/pulse/daemon.conf&quot;,<br>
<br>
OK, this explains everything. Pulseaudio looks at the wrong config file,<br>
that&#39;s why your cpu-limit setting had no effect. The /usr/etc directory<br>
is even forbidden according to the FHS standard.<br>
<br>
Please rebuild pulseaudio so that it looks at /etc/pulse/daemon.conf:<br>
<br>
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-<br>
udev-rules-dir=/lib/udev/rules.d<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5">Alexander E. Patrakov<br>
<br>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org">pulseaudio-discuss@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" target="_blank">http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss</a><br>
</div></div></blockquote></div><br>