Mercurial > hg > svcore
log data/fileio/WavFileReader.cpp @ 1523:c1b2eab6ac51
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, 07 Sep 2018 16:13:21 +0100 | Chris Cannam | Add normalisation option import-audio-data |
Fri, 06 Jan 2017 20:51:47 +0000 | Chris Cannam | Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api 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 |