2017-01-10 |
Chris Cannam |
Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test
3.0-integration
|
2017-01-06 |
Chris Cannam |
Improved debug output for file open troubleshooting
3.0-integration
|
2016-12-13 |
Chris Cannam |
QuickTime file reader is no longer used on any platform and is probably rotting. Remove it
3.0-integration
|
2016-12-01 |
Chris Cannam |
Add gapless preference to prefs dialog; much work on audio read tests
3.0-integration
|
2016-11-29 |
Chris Cannam |
Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end)
mp3-gapless
|
2016-11-22 |
Chris Cannam |
Debug output updates
3.0-integration
|
2016-11-22 |
Chris Cannam |
Actually use the StorageAdviser output properly
3.0-integration
|
2016-03-02 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2016-02-24 |
Chris Cannam |
Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
|
2015-06-15 |
Chris Cannam |
Use in-memory cache for WAV files as well, if appropriate
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Store temporary audio files in memory if we have plenty of it
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Tidy
simple-fft-model
|
2015-03-04 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
2014-06-18 |
Chris Cannam |
Merge from branch tony_integration
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
2014-06-13 |
Chris Cannam |
Add normalised option to CodedAudioFileReader
tonioni
|
2013-11-26 |
Chris Cannam |
Drop toStdString, with debug header we can stream QStrings
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2013-07-17 |
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.
|
2013-03-08 |
Chris Cannam |
Better general approach
|
2013-03-08 |
Chris Cannam |
Toward audio read tests
|
2012-07-01 |
Chris Cannam |
Merge from branch "default"
coreaudio_tests
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-05-16 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|