discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error & Question about audio_alsa_sink


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Error & Question about audio_alsa_sink
Date: Wed, 22 Jul 2009 10:30:00 -0700

On Wed, Jul 22, 2009 at 10:11, Milo Wong<address@hidden> wrote:

> audio_alsa_sink[hw:0,0]: unable to support sampling rate 32000
>   card requested 44100 instead.

The real issue here is the sound card in your machine doesn't support
the 32000 sampling rate.  However, the ALSA driver has an internal
resampler, so you can run:

$ usrp_nbfm_rcv.py [other options] -O plughw:0,0

The -O parameter tells the ALSA driver which hardware device to use,
and 'plughw' is the name of the resampler.

If that works, then you can make this the default, but setting it in a
GNU Radio configuration file.

Edit ~/.gnuradio/config.conf (create it if necessary), and add or edit
the following section:

[audio_alsa]
default_output_device = plughw:0,0


Johnathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]