Mercurial > hg > svcore
log data/fileio/WavFileWriter.cpp @ 997:2104ea2204d2
age | author | description |
---|---|---|
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). |