-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

what I want to do is to run two oss applications that want to record at once. 
After following the relevant documentation from this list, I have it setup so 
that I can record to two differnt files with two instances of "arecord", at 
the same time. (I run "arecord -d 10" in two terminals, and both output 
gibberish when I whistle to my mic).

The Problem:

If I run a oss recorder (such as "rec"), then arecord will be blocked until 
rec has finished...this also happens if I run "aoss rec out.wav". What do I 
have to do to make the oss application behave none-blocking ? It seems to me 
oss applications are not using my carfuly crafted "asymed" pcm that does the 
dmixing and dsnooping for me...
I have added a few entries to .asoundrc (with no success) to try and force the 
oss application to use the asymed pcm):

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

ctl.mixer0 {
        type hw
        card 0
}

pcm.!default {
        type plug
        slave.pcm "asymed"
}

Can anybody tell me what Im doing wrong ? Or what I might try ?

Thanks in advance
Peter
- -- 
"One lawyer can steal more than a hundred men with guns."
- -- The Godfather
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAHg32g2ieGvTmHiURArzTAJ459ttQfNQZRhhwDfj0NqksTK8akgCdEAyE
yssYBO1pIPv0I2xKg1HvHII=
=N8+k
-----END PGP SIGNATURE-----



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to