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: Richard Cagley
Subject: RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui
Date: Mon, 2 May 2005 07:47:51 -0700

I couldn't get this to work:
address@hidden usrp]$ wfm_rcv_gui.py 92.9
Traceback (most recent call last):
  File "./wfm_rcv_gui.py", line 4, in ?
    from gnuradio import audio_oss as audio
ImportError: cannot import name audio_oss

> -----Original Message-----
> From: address@hidden [mailto:discuss-
> address@hidden On Behalf Of mjam01
> Sent: Sunday, May 01, 2005 1:07 PM
> To: address@hidden
> Subject: Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui
> 
> 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
> >
> 
> 
> _______________________________________________
> 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]