Searched defs:pcmFormat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/sound/sampled/FileWriter/
H A DAlawEncoderSync.java20 static final AudioFormat pcmFormat = new AudioFormat(8000f, 16, 2, true, false); field in class:AlawEncoderSync
62 pcmBuffer = new byte[STREAM_LENGTH * (int)pcmFormat.getSampleRate()
63 * (pcmFormat.getSampleSizeInBits() / 8) * pcmFormat.getChannels()];
71 return new AudioInputStream(byteStream, pcmFormat, AudioSystem.NOT_SPECIFIED);
87 inStream, pcmFormat, AudioSystem.NOT_SPECIFIED);

Completed in 29 milliseconds