From 03e0bbb6323be5b648699020011e6234e62f95c8 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sat, 15 Jun 2013 14:09:47 +0200 Subject: [PATCH] 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 ! --- timeside/analyzer/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5