# HG changeset patch # User Chris Cannam # Date 1413461153 -3600 # Node ID 766268a32378f8e9e4fdfd3c78c3d43d482976ca # Parent f0f57af581d7c3c552603c9e33c63c7bb8720fdf Further doc and note updates diff -r f0f57af581d7 -r 766268a32378 CHANGELOG --- 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 diff -r f0f57af581d7 -r 766268a32378 README --- 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. diff -r f0f57af581d7 -r 766268a32378 runner.pro --- 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