>What does say 'aplay -l'?

>                                               Jaroslav

Thanks Jaroslav,

Ooops! I hadn't installed alsa properly. Now, with the .asoundrc file below, I get the 
following response from aplay -l....

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: AudioPCI [Ensoniq AudioPCI], device 1: ES1371/2 [ES1371 DAC1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


But oss programs still are not happy....
]$ aoss rec --channels=2 --rate=48000 testsample.wav
Send break (control-c) to end recording
sox: interval.c:159: snd_interval_refine: Assertion `!snd_interval_empty(i)' failed.
/usr/bin/rec: line 205:  2270 Aborted                 (core dumped) sox $volume 
$arch_defines $fopts $device $fopts2 "$filename" $effects


Here is the .asoundrc file again.

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"
}



Thanks,
Simon B.


-------------------------------------------------------
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