Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1359:1c9bbbb6116a 3.0-integration
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
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2017 10:58:25 +0000 |
parents | c0cdacc47f4e |
children | b5283878cca2 |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
Chris@1260 | 3 AudioFileReaderTest.h \ |
Chris@1359 | 4 AudioFileWriterTest.h \ |
Chris@1345 | 5 AudioTestData.h \ |
Chris@1359 | 6 EncodingTest.h \ |
Chris@1359 | 7 MIDIFileReaderTest.h |
Chris@1260 | 8 |
Chris@1260 | 9 TEST_SOURCES += \ |
Chris@1260 | 10 svcore-data-fileio-test.cpp |