Mercurial > hg > svcore
log data/fileio/AudioFileReaderFactory.cpp @ 1021:1888ca033a84
age | author | description |
---|---|---|
Wed, 18 Jun 2014 08:34:46 +0100 | Chris Cannam | Merge from branch tony_integration warnfix_no_size_t |
Tue, 17 Jun 2014 14:33:42 +0100 | Chris Cannam | Unsigned removals and warning fixes in data/ warnfix_no_size_t |
Fri, 13 Jun 2014 16:03:48 +0100 | Chris Cannam | Add normalised option to CodedAudioFileReader tonioni |
Tue, 26 Nov 2013 13:43:31 +0000 | Chris Cannam | Drop toStdString, with debug header we can stream QStrings |
Tue, 26 Nov 2013 13:35:08 +0000 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |
Wed, 17 Jul 2013 15:40:01 +0100 | Chris Cannam | Rename Resampling- to DecodingWavFileReader, and use it whenever we have an audio file that is not quickly seekable using libsndfile. Avoids very slow performance when analysing ogg files. |