Output to different audio devices

Hello,

I'm looking for a way to output several audio streams from the Asterisk server (as RTP for example) on different audio enddevices like boxes and USB-headset.

Does someone have an idea?

[211 byte] By [barsiqa] at [2007-11-27 10:55:57]
# 1

If you are using linux you can use alsamixer .

On Java you can probably do a system call to alsamixer

Runtime.getRuntime.exec("alsamixer"+parameters);

1cMas5_cowa at 2007-7-29 11:59:55 > top of Java-index,Security,Cryptography...
# 2

I'm on Windows Vista.

barsiqa at 2007-7-29 11:59:55 > top of Java-index,Security,Cryptography...
# 3

Then you need to import system and work with the Vista operating system.

1cMas5_cowa at 2007-7-29 11:59:55 > top of Java-index,Security,Cryptography...