Normand Briere
2019-08-18 66aca73cce89e4b4d7521862760edf4b0888bc38
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