Mercurial > hg > svcore
log data/fileio/CodedAudioFileReader.h @ 1537:c5092ca1c6e5 zoom
age | author | description |
---|---|---|
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 |
2016-12-13 | Chris Cannam | Update to use bqvec allocator for float vectors 3.0-integration |
2016-12-09 | Chris Cannam | Update to reflect bqresample API change 3.0-integration |
2016-12-05 | Chris Cannam | Start pruning other resampler logic than bqresample 3.0-integration |
2016-11-29 | Chris Cannam | Handle trimming the padding from end as well mp3-gapless |
2016-11-29 | Chris Cannam | Refactor in CodedAudioFileReader in preparation for trimming at end mp3-gapless |
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 |