Dnia 2008-08-13, śro o godzinie 06:35 -0400, John Stanley pisze: > However, I simply > cannot get it to work with Java. Java (jdk6u7) appears to hold > output > audio devices exclusively so that no other apps can be run > concurrently.
What audio backend does Java use? If it's OSS, run the app with 'padsp
java...', if it's alsa, add:
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
to your .asoundrc and you should be fine.
--
Michal Sawicz <[EMAIL PROTECTED]>
signature.asc
Description: To jest część wiadomości podpisana cyfrowo
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
