Mercurial > hg > svcore
annotate base/test/files.pri @ 1288:5ef9b4d4bbdb 3.0-integration
Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code.
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2016 13:32:04 +0000 |
parents | e2e66bfd4a88 |
children | 667e369cfeab |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS = \ |
Chris@1260 | 2 TestRangeMapper.h \ |
Chris@1260 | 3 TestPitch.h \ |
Chris@1262 | 4 TestOurRealTime.h \ |
Chris@1262 | 5 TestVampRealTime.h \ |
Chris@1265 | 6 TestStringBits.h \ |
Chris@1265 | 7 TestColumnOp.h |
Chris@1260 | 8 |
Chris@1260 | 9 TEST_SOURCES += \ |
Chris@1260 | 10 svcore-base-test.cpp |