-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
None
-
kestrel
-
x86, sparc
-
solaris_7
AudioClip doesn't play large sampled files such as the starwars51.wav file. The starwars48.wav file plays fine. Problem appears on both solaris and win32. Audio files are attached in bugtraq.
-rwxr----- 1 lichtenw green 2089394 Aug 30 12:21 starwars48.wav*
-rwxr----- 1 lichtenw green 2272362 Aug 30 12:27 starwars51.wav*
public class test {
public static void main(String[] s) {
java.applet.Applet.newAudioClip(test.class.getResource(s[0])).play();
try { Thread.sleep(9999); } catch (Exception ex) { }
}
}
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-D)
Java(TM) HotSpot Client VM (build 1.3beta-D-release, 1.3beta-D-release, interpreted mode)
-rwxr----- 1 lichtenw green 2089394 Aug 30 12:21 starwars48.wav*
-rwxr----- 1 lichtenw green 2272362 Aug 30 12:27 starwars51.wav*
public class test {
public static void main(String[] s) {
java.applet.Applet.newAudioClip(test.class.getResource(s[0])).play();
try { Thread.sleep(9999); } catch (Exception ex) { }
}
}
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-D)
Java(TM) HotSpot Client VM (build 1.3beta-D-release, 1.3beta-D-release, interpreted mode)
- relates to
-
JDK-4288683 Clip does not throw exception if data cannot be loaded.
-
- Resolved
-