I couldn't get this to work:
[EMAIL PROTECTED] 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: [EMAIL PROTECTED] [mailto:discuss-
> [EMAIL PROTECTED] On Behalf Of mjam01
> Sent: Sunday, May 01, 2005 1:07 PM
> To: discuss-gnuradio@gnu.org
> 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 <[EMAIL PROTECTED]> 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
> > Discuss-gnuradio@gnu.org
> > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to