Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1290:fa574c909c3d 3.0-integration
Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay.
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2016 17:06:31 +0000 |
parents | 24c0d4c5356e |
children | c0cdacc47f4e |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
Chris@1260 | 3 AudioFileReaderTest.h \ |
Chris@1260 | 4 AudioTestData.h |
Chris@1260 | 5 |
Chris@1260 | 6 TEST_SOURCES += \ |
Chris@1260 | 7 svcore-data-fileio-test.cpp |