Hi Jaroslav,

>Add this to your ~/.asoundrc:

>pcm.dsp0 {
>       type plug
>       slave.pcm "dsnoop"
>}

>(replace "dsnoop" with your dsnoop pcm name)

>                                               Jaroslav

Thanks.

OK I tried this. I use "rec" as an OSS test command now as Real Producer does infinite 
retry if there is a problem whereas rec just reports once. So this is what I get...

$ aoss rec --channels=2 --rate=48000 testsample.wav
Send break (control-c) to end recording
ALSA lib pcm_dsnoop.c:698:(snd_pcm_dsnoop_open) unable to open slave
sox: Can't open input file '/dev/dsp': No such file or directory


Sorry to keep comming back to you with these problems. When I get this working I will 
make sure the solution is everywhere I posted and even add it to the Wiki (if I am 
allowed to do that).

Here is my present .asoundrc file...


pcm.es1371 {
        type hw
        card 0
}
ctl.es1371 {
        type hw
        card 0
}

pcm.dsnoopy {
        type dsnoop
        ipc_key 5978293
        ipc_key_add_uid yes
        slave {
                pcm "hw:0,0"
        }
}

pcm.dsp0 {
        type plug
        slave.pcm "dsnoopy"
}


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to