openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #03676
[Bug 574022] [NEW] Audio broken
Public bug reported:
This test program simply exits immediately:
public class audiotest {
public static void main(final String[] args) throws Exception {
sun.audio.AudioPlayer.player.start(new sun.audio.AudioStream(new java.io.FileInputStream("test.wav")));
}
}
However, it works perfectly in Wine. Playing audio via java.applet
doesn't work either. Kubuntu doesn't use PulseAudio if I'm not mistaken,
so I'm really not sure what the problem is here : ⁄.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openjdk-6-jdk 6b16-1.6.1-3ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
Architecture: amd64
Date: Sun May 2 17:15:54 2010
ProcEnviron:
LANGUAGE=
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: openjdk-6
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug lucid
--
Audio broken
https://bugs.launchpad.net/bugs/574022
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
This test program simply exits immediately:
public class audiotest {
public static void main(final String[] args) throws Exception {
sun.audio.AudioPlayer.player.start(new sun.audio.AudioStream(new java.io.FileInputStream("test.wav")));
}
}
However, it works perfectly in Wine. Playing audio via java.applet doesn't work either. Kubuntu doesn't use PulseAudio if I'm not mistaken, so I'm really not sure what the problem is here : ⁄.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openjdk-6-jdk 6b16-1.6.1-3ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
Architecture: amd64
Date: Sun May 2 17:15:54 2010
ProcEnviron:
LANGUAGE=
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: openjdk-6
Follow ups
References