Wav.java
.. .. @@ -109,7 +109,7 @@ 109 109 110 110 static int minutes = 10; 111 111 112 - static byte[] theStream = new byte[44100*2 * 60 * minutes];112 + static byte[] theStream = new byte[0]; // 44100*2 * 60 * minutes];113 113 114 114 static int cursor = 0; // +735 per frame = 44100 Hz / 120 Hz * 2 (for 16 bits) 115 115