]> git.parisson.com Git - timeside-diadems.git/commitdiff
Add Yaafe wrapper as a new TimeSide analyzer
authorThomas Fillon <thomas@parisson.com>
Sat, 15 Jun 2013 12:09:47 +0000 (14:09 +0200)
committerThomas Fillon <thomas@parisson.com>
Sat, 15 Jun 2013 12:09:47 +0000 (14:09 +0200)
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

index 4c1c6804ca0f9479010cbe5f2abcbf164f195f0f..0747b3afa106e40622395e3aea2952e08c8eb8ae 100644 (file)
@@ -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