No Audio heard w/ AudioClip on large sampled files

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.3.0
    • Affects Version/s: 1.3.0
    • Component/s: 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)

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: