Ich möchte per Threads mehrere AU-Files mit dem AudioClip abspielen. Das Threadsystem dazu steht bereits und funktioniert auch. Aber: Falls ein Sound gerade abgespielt wird und ein anderer starten will, bekomme ich sofort eine LineUnavailableException. Alles Standard, keine 3rd Party Libs wie jlayer oder so im Classpath, auch kein JMF.
Gleiche Misserfolge auch mit jLayer und JMF.
Das parallele Abspielen war doch mal möglich oder? Hat jemand eine Idee?
java "1.6.0_38", Ubuntu 12.04
Gleiche Misserfolge auch mit jLayer und JMF.
Das parallele Abspielen war doch mal möglich oder? Hat jemand eine Idee?
Code:
dmesg | grep sound
[ 9.420580] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 9.420729] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 9.420873] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 9.420998] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 9.421111] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 9.421217] input: HDA Intel PCH Line-Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
java "1.6.0_38", Ubuntu 12.04