Mailinglist Archive: opensuse-bugs (14949 mails)
| < Previous | Next > |
[Bug 309063] Java ALSA support appears to be disfunctional
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 01:20:28 -0600 (MDT)
- Message-id: <20070912072028.64F36245353@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=309063#c3
--- Comment #3 from Stefan BrĂ¼ns <lurch@xxxxxx> 2007-09-12 01:20:27 MST ---
Unfortunately, JAVA is really stupid when it comes to sound - ALSA is only used
if the sound card supports hardware mixing. See
http://java.sun.com/products/java-media/sound/techReference/tiger.html
and http://www.jsresources.org/faq_audio.html#alsa_mixing
I tried to fool by wrapping snd_pcm_info_get_subdevices_count and returning a
different count, but unfortunately, this is not enough ...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #3 from Stefan BrĂ¼ns <lurch@xxxxxx> 2007-09-12 01:20:27 MST ---
Unfortunately, JAVA is really stupid when it comes to sound - ALSA is only used
if the sound card supports hardware mixing. See
http://java.sun.com/products/java-media/sound/techReference/tiger.html
and http://www.jsresources.org/faq_audio.html#alsa_mixing
I tried to fool by wrapping snd_pcm_info_get_subdevices_count and returning a
different count, but unfortunately, this is not enough ...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |