On Fri, May 30, 2014 at 8:52 AM, Kavitha Subramaniam
<
kavipra...@gmail.com> wrote:
>
> I want to know why " No audio FFT data" keeps on printing. Is there any way
> to check this??? While printing aU only I can hear some sound.
>
aU means audio underrun, comes from the gnuradio audio sink, and
happens when samples are not delivered fast enough to the sound card.
No audio FFT data is basically the same except that it comes from the
gqrx audio FFT code.
The reason can be incorrect sample rates, CPU overload or the gnuradio
runtime not working properly on your computer..
Alex