16 #ifndef _WAV_FILE_WRITER_H_ 17 #define _WAV_FILE_WRITER_H_
bool writeModel(DenseTimeValueModel *source, MultiSelection *selection=0)
QString getWriteFilename() const
A class that manages the creation of a temporary file with a given prefix and the renaming of that fi...
FileWriteMode
Specify the method used to open the destination file.
virtual QString getError() const
Base class for models containing dense two-dimensional data (value against time).
bool writeSamples(float **samples, int count)
WavFileWriter(QString path, int sampleRate, int channels, FileWriteMode mode)