Mercurial > hg > sonic-annotator
annotate sonic-annotator.pro @ 271:7b3a80021b7c piper-nopiper
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 | d7bbc5b03619 |
children | 6122159556bd |
rev | line source |
---|---|
Chris@69 | 1 TEMPLATE = subdirs |
chris@85 | 2 |
chris@85 | 3 !win* { |
chris@85 | 4 # We should build and run the tests on any platform, |
chris@85 | 5 # but doing it automatically doesn't work so well from |
chris@85 | 6 # within an IDE on Windows, so remove that from here |
Chris@260 | 7 SUBDIRS += \ |
Chris@260 | 8 sub_test_svcore_base \ |
Chris@260 | 9 sub_test_svcore_data_fileio |
chris@85 | 10 } |
Chris@78 | 11 |
Chris@260 | 12 SUBDIRS += sub_runner |
Chris@260 | 13 |
Chris@260 | 14 sub_test_svcore_base.file = test-svcore-base.pro |
Chris@260 | 15 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro |
Chris@69 | 16 |
Chris@69 | 17 sub_runner.file = runner.pro |
Chris@260 | 18 |
Chris@262 | 19 CONFIG += ordered |
Chris@260 | 20 |