log data/fileio/WavFileWriter.cpp @ 1695:cd6be949a16a single-point

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-09-14 Chris Cannam Avoid compiler warning
2018-09-12 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
2018-09-04 Chris Cannam Catch failure to create model, e.g. because 0 channels for wave-file model import-audio-data
2018-03-01 Chris Cannam Untabify
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2017-01-06 Chris Cannam And similar approach for the writer 3.0-integration
2017-01-06 Chris Cannam Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-12-13 Chris Cannam Handle increases in the overall channel count by closing and reopening the audio device. 3.0-integration
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-03-11 Chris Cannam Build fixes for OS/X cxx11
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-06-14 Chris Cannam Merge from debug-output branch
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-11 Chris Cannam Provide option for WavFileWriter to write directly to target file, rather than always using a temporary; make use of it in WritableWaveFileModel so we can read from target file without having to close it first
2011-03-29 Chris Cannam * Add TempWriteFile abstraction, use it when exporting audio to avoid clobbering existing file before export is complete
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-03 Chris Cannam * Restructure WavFileWriter a bit to permit writing from raw data as well as
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.