!7 import javax.sound.sampled.*; p-tt { AudioFormat format = new AudioFormat(44100, 16, 1, true, true); TargetDataLine line = AudioSystem.getTargetDataLine(format); byte[] data = new byte[64]; short[] buf = new byte[32]; while licensed { int n = line.read(data, 0, l(data)); print("Bytes: " + n); } line.close(); }