<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 22, 2014 at 2:08 PM, Alexander E. Patrakov <span dir="ltr"><<a href="mailto:patrakov@gmail.com" target="_blank">patrakov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">22.09.2014 23:50, <a href="mailto:jonsmirl@gmail.com" target="_blank">jonsmirl@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm bringing up an ALSA driver - 1c22400.iis-sgtl5000. This driver works<br>
fine with aplay.<br>
<br>
Something I'm doing in the driver is not making pulse happy. This is a<br>
trace with one terminal running 'pulseaudio' and a second doing 'paplay<br>
left.wav''. I don't hear anything when plays.<br>
<br>
If I don't load "load-module module-rtp-recv" I can play left.wav under<br>
pulse without problem. Does this speex resampler work on ARM? I have<br>
NEON FPU.<br>
</blockquote>
<br></span>
Probably your speex has been compiled with --enable-fixed-point. Unfortunately, this does not work by default with PulseAudio 5.0 and its default speex-float-1 resampler. You either have to change the resampler manually to speex-fixed-1 in /etc/pulse/daemon.conf or apply this fix:<br>
<br>
<a href="http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=ac984f59d36ef555bc5b0df9af1cd48193d0d14f" target="_blank">http://cgit.freedesktop.org/<u></u>pulseaudio/pulseaudio/commit/?<u></u>id=<u></u>ac984f59d36ef555bc5b0df9af1cd4<u></u>8193d0d14f</a></blockquote><div><br></div><div>Thanks, that is the problem. </div><div><br></div><div>I am using buildroot. What should tell the buildroot people to get this fixed? Or will it get fixed in the next pulse release?</div><div><br></div><div>Should I fix the speex compile in buildroot to remove --enable-fixed-point on FPU capable CPUs?</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Alexander E. Patrakov<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Jon Smirl<br><a href="mailto:jonsmirl@gmail.com" target="_blank">jonsmirl@gmail.com</a>
</div></div>