>So does JACKs allow two separate applications to stream PCM audio at the
>same time to the same device and if so will it then overlay them? If it will
>why would two threads each registering with JACKs not work.

it might, but it would be very inefficient. every JACK connection
requires a new thread in the client, and implies an IPC per client per
process() callback cycle.

the code to mix down your own threads' output buffers is a few
lines. why bother with anything else?

--p


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to