[Alsa-user] ALSA and JavaSound

2008-11-17 Thread Lars Schnoor
Hi everyone I am using JavaSound on Linux where it as a default uses ALSA. I tried to figure out how to configure ALSA with respect to JavaSound, but couldn't find anything. I read that ALSA can, if the sound card hardware does not support it, do mixing in software. How can I configure ALSA for

Re: [Alsa-user] ALSA and JavaSound

2008-11-17 Thread Lars Schnoor
) if (mixerInfo[i].getName().startsWith(Java Sound)) useMixer = mixerInfo[i]; The latency sucks, but it is quite reliable cross-platform. Then, in Linux, make sure you use aoss to launch Java. -Joshua On Nov 17, 2008, at 3:51 AM, Lars Schnoor wrote: Hi everyone I

Re: [Alsa-user] ALSA and JavaSound

2008-11-17 Thread Lars Schnoor
inaccurate, is that aoss is a compatibility layer that translates OSS calls into their ALSA equivalents. -Joshua On Nov 17, 2008, at 12:44 PM, Lars Schnoor wrote: Hi Joshua Thank you for your reply, but I tried Javas software mixer and it gives me extremely poor performance. I am

Re: [Alsa-user] ALSA and JavaSound

2008-11-17 Thread Lars Schnoor
I thought I had read something about hardware mixing for the M-Audio Delta card. Would you have an example of how to activate mixing with dmix so that Java Sound accepts it? Lars Jaroslav Kysela wrote: On Mon, 17 Nov 2008, Lars Schnoor wrote: I have to admit that I am a bit surprised

Re: [Alsa-user] ALSA and JavaSound

2008-11-17 Thread Lars Schnoor
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

[Alsa-user] .asoundrc on Ubuntu 8.10

2008-11-12 Thread Lars Schnoor
Hi everyone I read the documentation about the ~/.asoundrc and /etc/asound.conf files on the ALSA project page. I did not have either of the two files in my installation of Ubuntu 8.04. I created both files and rebooted my system. After the reboot I tried aplay -L to find out if my ~/.asoundrc