Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4266940

No Audio heard w/ AudioClip on large sampled files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.3.0
    • 1.3.0
    • client-libs
    • 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)

            jborgerssunw Jan Borgersen (Inactive)
            blichtensunw Brian Lichtenwalter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: