Mercurial > hg > sonic-annotator
changeset 179:766268a32378 sonic-annotator-1.1
Further doc and note updates
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 13:05:53 +0100 |
parents | f0f57af581d7 |
children | fc1892bb897c |
files | CHANGELOG README runner.pro |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Oct 16 10:50:42 2014 +0100 +++ b/CHANGELOG Thu Oct 16 13:05:53 2014 +0100 @@ -5,6 +5,8 @@ - Add support for the start time and duration properties of a transform, applying a plugin to only a range of the input audio + - Reduce the internal processing blocksize from 16384 to 1024 samples + to reduce extent of time rounding at end of file or range - Add --multiplex option to compose multiple audio files into a single multi-channel stream with one input file per channel - Add --normalise to request each audio file be normalised to 1.0 max
--- a/README Thu Oct 16 10:50:42 2014 +0100 +++ b/README Thu Oct 16 13:05:53 2014 +0100 @@ -8,7 +8,7 @@ For more information, see - http://www.omras2.org/SonicAnnotator + http://vamp-plugins.org/sonic-annotator More documentation follows further down this README file, after the credits.
--- a/runner.pro Thu Oct 16 10:50:42 2014 +0100 +++ b/runner.pro Thu Oct 16 13:05:53 2014 +0100 @@ -52,7 +52,7 @@ # HAVE_FFTW3 flag), you can define the same flag here to ensure the # program saves and restores FFTW wisdom in its configuration properly # -#DEFINES += HAVE_FFTW3 +DEFINES += HAVE_FFTW3 TARGET = sonic-annotator