My experience was that several commands / examples I've seen gave me stutters here on a pretty beefy computer. It took playing around and I didn't document everything, but so far what I've got that 'works' stutter-free, although maybe is not so great... but it does work anyways. I know it isn't a rasbpi but it showed me that a lot of times it isn't the hardware causing the stutters.<br>
<br>ron@tripel:~$ rtl_fm -W -f 96.9e6 -W -s 200000 -r 48000 - | aplay -r 48k -f S16_LE -t raw -c 1 <br>Found 1 device(s):<br>  0:  Generic, RTL2832U, SN: 77771111153705700<br><br>Using device 0: Generic RTL2832U (e.g. hama nano)<br>
Found Rafael Micro R820T tuner<br>Oversampling input by: 2x.<br>Oversampling output by: 4x.<br>Buffer size: 5.12ms<br>Tuned to 97315000 Hz.<br>Sampling at 1600000 Hz.<br>Output at 48000 Hz.<br>Tuner gain set to automatic.<br>
Playing raw data 'stdin' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono<br><br><br><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 1:28 PM, keenerd <span dir="ltr"><<a href="mailto:keenerd@gmail.com" target="_blank">keenerd@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11/29/12, Pete Zaitcev <<a href="mailto:zaitcev@kotori.zaitcev.us">zaitcev@kotori.zaitcev.us</a>> wrote:<br>

> But another thing is that rtl_fm just won't work until the signal is<br>
> strong enough.<br>
<br>
</div>Maybe you should try increasing the gain.<br>
<div class="im"><br>
> Final command line was this:<br>
> rtl_fm -l 0 -f 99.5e6 -N -s 170e3 -o 4 -A -r 24e3 - | \<br>
> aplay -r 24k -f S16_LE -t raw -c 1<br>
<br>
</div>Really, much smarter to use -W instead.  You are losing a moderate<br>
amount of the signal.  First, wbfm is slightly off center pushing 10%<br>
of the signal out of range.  Second, it carries audio information up<br>
to 16kHz and resampling at 24ks/s discards another 25%.<br>
<br>
rtl_fm -W -f 99.5e6 -g 49 | aplay -r 32k -f S16_LE -t raw -c 1<br>
<br>
will work better.  No reason to spell it out the long way.<br>
<br>
-Kyle<br>
<br>
</blockquote></div><br></div>