Java allows for multiple sound cards to be used. If I install multiple sound cards I can in Java Sound select which one I want to use for input and output. Java Sound on Linux does also allow for sound cards with multiple inputs and outputs. I have a M-Audio Delta 1010LT installed with 8 analog inputs and 8 analog outputs. The problem is that ALSA and JavaSound only allow me to open one DataLine, but this one DataLine can have up to, I think ,10 input channels and 12 output channels (besides the analog inputs and outputs there are digital inputs and outputs). What I however would like would be to have 8 separate mono devices instead of one multichannel device. On the Java Sound Resources page one of the administrators writes that a multichannel sound card can be spilt using the ALSA configuration files. I tried to ask how this could be done, but no one answered. My tests with a single stereo sound card showed that ALSA on Linux performs better than DirectSound on Windows. klondike wrote: > First of all bear in mind that by some strange reason, Sun's Java > doesn't use the default card with alsa but hw:0,0, that's why you must > use aoss son java uses oss and interfaces with the alsa card. Os > course, that isn't much of a problem if you use openJDK > > Also you should bear in mind that AFAIK oss doen't support mixing, so > you will probably need to use the Java software mixer (or implement > your own, that's your choice) to solve the problem. Anyway, as my > experience with some Java apps has showed me, the Java Mixer has also > a lot of latency in Linux. > > Having those things into account, you should make your decission on the matter. > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user