Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
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
....@@ -220,7 +220,7 @@
220220 // write out the wav file
221221 public Wav save()
222222 {
223
- if (loop == 0 || !CameraPane.ANIMATION)
223
+ if (loop == 0 || !Globals.ANIMATION)
224224 return this;
225225
226226 Object[] options = {"Yes",