Re: ALSA and JavaSound

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For the most compatibility, I would recommend that you tell Java to  
use its own software headspace mixer:

         Mixer.Info [] mixerInfo = AudioSystem.getMixerInfo();
         Mixer.Info useMixer = null;
         for (int i=0;i<mixerInfo.length;++i)
             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 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
> this and it would also be great if someone could tell me how to  
> split a
> multi-channel sound card into separate mono or stereo devices in  
> JavaSound.
> Thanks in advance!
>
> Lars
>
> -------------------------------------------------------------------------
> 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
>


-------------------------------------------------------------------------
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

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux