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 !
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