From: Thomas Fillon Date: Sat, 15 Jun 2013 12:09:47 +0000 (+0200) Subject: Add Yaafe wrapper as a new TimeSide analyzer X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=03e0bbb6323be5b648699020011e6234e62f95c8;p=timeside-diadems.git Add Yaafe wrapper as a new TimeSide analyzer Yaafe wrapper needs a proper Yaafe install (don't forget to set all the environment variables required by Yaafe). Yaafe analyzer uses the Yaafe python engine to which TimeSide sends the audio data during process() and gets back the results when result() is called. The corresponding tests are also included in this commit. Enjoy ! --- diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 4c1c680..0747b3a 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -7,3 +7,4 @@ from aubio_pitch import * from aubio_mfcc import * from aubio_melenergy import * from aubio_specdesc import * +from yaafe import * # TF : add Yaafe analyzer \ No newline at end of file