Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread chris hermansen
On Fri, Nov 29, 2013 at 7:49 AM, Clemens Ladisch wrote: > sai wrote: > > I think from 1.6.0_30, OSS is dropped and I thought ALSA is the default > audio framework for java. > > Nobody mentioned OSS. > > > I do not know how the java program selects the output device. > > Neither do I. > > It appear

Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread Clemens Ladisch
sai wrote: > I think from 1.6.0_30, OSS is dropped and I thought ALSA is the default audio > framework for java. Nobody mentioned OSS. > I do not know how the java program selects the output device. Neither do I. It appears the first device listed by OpenJDK is "default", which is what you wan

Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread sai
Sorry Clemens, I think from 1.6.0_30, OSS is dropped and I thought ALSA is the default audio framework for java. Correct me if I'm wrong. Also, frankly speaking, I do not know how the java program selects the output device. Kindly help me come out of this. Regards, Sai Krishna. On Fri, Nov 29, 2

Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread Clemens Ladisch
sai wrote: > OpenJDK Client VM (build 20.0-b12, mixed mode, sharing) In theory, the "default" device should be available: http://mail.openjdk.java.net/pipermail/sound-dev/2011-May/000115.html How does your Java program select the output device? Regards, Clemens

Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread sai
Hi, I'm using oracle's Java 6(1.6.0_27) *[sai@sai ~]# java -version* java version "1.6.0_27" OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.10.04.4) OpenJDK Client VM (build 20.0-b12, mixed mode, sharing) Thanks, Sai On Fri, Nov 29, 2013 at 1:56 PM, Clemens Ladisch wrote:

Re: [Alsa-user] Trying to add an softvol control to all USB devices

2013-11-29 Thread Bakman Lau
Hi Thank you very much. This was exactly what I needed to make it work! Med venlig hilsen/ Best Regards Lau Bakman Systems Engineer Business Area Security & Defence Solutions Direct:  + 45 36 38 30 23 Mobile: + 45 41 87 60 23 E-mail: lau.bak...@dk.saabgroup.com Saab Danmark A/S Alsion 2   

Re: [Alsa-user] Trying to add an softvol control to all USB devices

2013-11-29 Thread Clemens Ladisch
Bakman Lau wrote: > But if I am not mistaken - just opening calibrate:x instead, using the > config I sent in the previous mail (mostly) could actually solve my > problem. Yes, but the "reference" device did not use the "plug" plugin, which was in the "default" device, which did not have the card

Re: [Alsa-user] Not able to play multiple audio files.

2013-11-29 Thread Clemens Ladisch
sai wrote: > I'm able to play multiple audio files being played simultaneously with aplay > command. But this is not the case with java in picture(with the jar file). aplay uses the "default" device, which allows software mixing. Apparently, your JVM bypasses this. > So, as you said may be I nee