diff data/fileio/WavFileWriter.h @ 1325:3aea4f7617bb 3.0-integration

Handle increases in the overall channel count by closing and reopening the audio device.
author Chris Cannam
date Tue, 13 Dec 2016 12:03:48 +0000
parents a1cd5abcb38b
children b3cb0edc25cd
line wrap: on
line diff
--- a/data/fileio/WavFileWriter.h	Fri Dec 09 19:04:33 2016 +0000
+++ b/data/fileio/WavFileWriter.h	Tue Dec 13 12:03:48 2016 +0000
@@ -59,7 +59,7 @@
     bool writeModel(DenseTimeValueModel *source,
                     MultiSelection *selection = 0);
 
-    bool writeSamples(float **samples, sv_frame_t count); // count per channel
+    bool writeSamples(const float *const *samples, sv_frame_t count); // count per channel
 
     bool close();