discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] mic audio input


From: Thomas Traber
Subject: Re: [Discuss-gnuradio] mic audio input
Date: Mon, 14 Feb 2005 20:19:38 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

> Gnurus:

I am not adressed, but answering anyway.

> Does audio mic input work with audio.source() ?

Yes, it seems so.

When using "from gnuradio import audio" 
gnuradio tries to load alsa driver. 
With alsa driver I
can not change sampling rate. Got the
following message:
-----------------------------------
audio_alsa_source[hw:0,0]: unable to
support sampling rate 24000
  card requested 48000 instead.
-----------------------------------

Therefore I use:
" from gnuradio import audio_oss as
audio"

The oss driver allows to change sampling
rate.

Thomas




reply via email to

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