log data/fileio/AudioFileReaderFactory.cpp @ 1759:b679bae1627b by-id

age author description
2019-05-03 Chris Cannam Add tests for audio file readers presented with empty or nonsense input
2019-01-23 Chris Cannam Merge from default branch bqaudiostream
2019-01-21 Chris Cannam Implement title/maker in wav readers; extra handling of supported-ness for file types bqaudiostream
2018-12-06 Chris Cannam Start wiring in BQAudioStream stuff bqaudiostream
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
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