discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui


From: mjam01
Subject: Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui
Date: Sun, 1 May 2005 22:07:02 +0100

hey,

if eric's doesn't work and alsa is forcing 48k then change:

from gnuradio import audio

to:

from gnuradio import audio_oss as audio

it worked for me anyhow

mike
m0mik.org/gnuradio/

On 5/1/05, Eric Blossom <address@hidden> wrote:
> On Fri, Apr 29, 2005 at 05:19:46PM -0700, Richard Cagley wrote:
> > Is there a way to use a 48k sound card with the wfm_rc_gui.py? I can't seem
> > to come up with a adc and audio decimation that works out to 48k instead of
> > the standard 32k.
> > Thanks,
> > -rich
> 
> If you're using ALSA, use plughw:0,0 (or is hwplug:0,0 ??) instead of the
> default hw:0,0 for the audio PCM device name.  plughw will perform
> sample rate conversion for you.
> 
> Eric
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>




reply via email to

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