Normand Briere
2019-08-16 83d0c2fa0bd2e96448f776144e1a89cdb1bb6998
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