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

[macosx] AudioSystem.getLine throw Exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 7, 8
    • client-libs
    • generic, x86
    • linux, os_x, windows_vista

      http://java.net/jira/browse/MACOSX_PORT-771 submitted 2011/12/09 by Alexander Petrov
      Next code throw Exception:
      AudioFormat format = new AudioFormat(22050, 8, 1, false, false);
      TargetDataLine line = AudioSystem.getTargetDataLine(format);
      DataLine.Info info = new DataLine.Info(TargetDataLine.class, format);
      TargetDataLine line = (TargetDataLine)AudioSystem.getLine(info);
      java.lang.IllegalArgumentException: No line matching interface TargetDataLine supporting format PCM_UNSIGNED 22050.0 Hz, 8 bit, mono, 1 bytes/frame, is
      at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:476)
      at bug6372428.testRecord(bug6372428.java:248)
      at bug6372428.main(bug6372428.java:39)
      On JDK 6 all OK.
      Build: b220
      Tests failed (Regression):
      closed/javax/sound/sampled/DirectAudio/bug6372428.java

            serb Sergey Bylokhov
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: