Mercurial > hg > sonic-visualiser
view sonic-visualiser.pro @ 1354:ae68ebb5fbe8 3.0-integration
Fixes to mp3 decode in subrepo. Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames, fixing the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). 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). Both gleaned from madplay source code.
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2016 17:10:40 +0000 |
parents | 81e677e3336a |
children | e4bd2a532ced |
line wrap: on
line source
TEMPLATE = subdirs !win* { # We should build and run the tests on any platform, # but doing it automatically doesn't work so well from # within an IDE on Windows, so remove that from here SUBDIRS += \ sub_test_svcore_base \ sub_test_svcore_data_fileio \ sub_test_svcore_data_model } SUBDIRS += \ checker \ sub_server \ sub_convert \ sub_sv sub_test_svcore_base.file = test-svcore-base.pro sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro sub_test_svcore_data_model.file = test-svcore-data-model.pro sub_server.file = server.pro sub_convert.file = convert.pro sub_sv.file = sv.pro CONFIG += ordered