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?
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?
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);
I'm on Windows Vista.
Then you need to import system and work with the Vista operating system.