Mercurial > hg > svcore
log data/fileio/WavFileWriter.h @ 1667:8467bccdc403 osc-script
age | author | description |
---|---|---|
Wed, 12 Sep 2018 13:56:56 +0100 | Chris Cannam | Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it import-audio-data |
Fri, 06 Jan 2017 21:04:52 +0000 | Chris Cannam | And similar approach for the writer 3.0-integration |
Fri, 06 Jan 2017 16:40:11 +0000 | Chris Cannam | Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration |
Tue, 13 Dec 2016 12:03:48 +0000 | Chris Cannam | Handle increases in the overall channel count by closing and reopening the audio device. 3.0-integration |
Wed, 04 Mar 2015 12:01:04 +0000 | Chris Cannam | Introduce and use a samplerate type cxx11 |
Tue, 03 Mar 2015 15:18:24 +0000 | Chris Cannam | Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11 |