Normand Briere
2019-08-17 d5d6485126da83b06645e90e3e4ce66659a56009
Wav.java
....@@ -109,7 +109,7 @@
109109
110110 static int minutes = 10;
111111
112
- static byte[] theStream = new byte[44100*2 * 60 * minutes];
112
+ static byte[] theStream = new byte[0]; // 44100*2 * 60 * minutes];
113113
114114 static int cursor = 0; // +735 per frame = 44100 Hz / 120 Hz * 2 (for 16 bits)
115115