I want to use a 44.1kHz soundcard (sbawe64) with 48kHz material (dvd's).

I tried setting up a plug in device in my .asoundrc file like this;

pcm.rate44100Hz {
         type plug
         slave {
                 pcm "hw:0,0"
                 rate 44100
         }
}

And then I open the device in my alsa application like

char* device = "plug:rate44100Hz";
[...]
sn_pcm_open(..., device, ...

but when I try playback I get "File descriptor in bad state".

What am I doing wrong here?


-- 
-Torgeir


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to