log data/fileio/WavFileReader.cpp @ 1886:f803d3c33f76 tip

age author description
Thu, 14 May 2020 16:36:48 +0100 Chris Cannam Use cancellable serialiser; add some more profiling points
Wed, 23 Jan 2019 14:43:43 +0000 Chris Cannam Merge from default branch bqaudiostream
Mon, 21 Jan 2019 13:16:17 +0000 Chris Cannam Implement title/maker in wav readers; extra handling of supported-ness for file types bqaudiostream
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
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
Fri, 06 Jan 2017 09:50:13 +0000 Chris Cannam Untabify some more 3.0-integration
Tue, 13 Dec 2016 15:23:21 +0000 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
Tue, 22 Nov 2016 16:40:41 +0000 Chris Cannam Debug output updates 3.0-integration
Thu, 10 Nov 2016 09:58:28 +0000 Chris Cannam More timings and cache hit counts 3.0-integration
Wed, 09 Nov 2016 18:08:40 +0000 Chris Cannam Print out cache hit/miss counts 3.0-integration
Wed, 02 Mar 2016 16:16:36 +0000 Chris Cannam Merge from default branch 3.0-integration
Wed, 24 Feb 2016 11:35:51 +0000 Chris Cannam Work around libsndfile-1.0.26 bug that reports all files as non-seekable