On Tue, 07 Oct 2003 11:32:26 +0200 (METDST)
Clemens Ladisch <[EMAIL PROTECTED]> wrote:

> Myk wrote:
> > What I am looking for is a way of forcing all playback with a
> > minimum sample rate of 32kHz.
> > ...
> > However, I'd like the OSS-emulation layer to do this as well. Is
> > this possible?
> 
> The OSS emulation layer cannot do this. However, if you start an OSS
> program with the aoss script from the alsa-oss package, all accesses
> to /dev/dsp0 will be redirected to an ALSA pcm named dsp0. This isn't
> documented very well.

Nice one. AthlonRob pointed me to alsa-oss.  I didn't realise his reply
wasn't copied to the list.

I just needed that, and:

pcm.dsp0 {
  type plug
  slave {
    pcm "hw:0,0"
    rate 48000
}

ctl.mixer0 {
  type hw
  card 0
}

in /etc/asound.conf

- 
Myk


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to