From: Guillaume Pellerin Date: Thu, 16 Jan 2014 10:34:31 +0000 (+0100) Subject: re-add aubio analyzers X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b00287804cff9621c4da4e2afca12f112bb758cc;p=timeside.git re-add aubio analyzers --- diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 6c8a2fc..afd20c0 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -2,11 +2,11 @@ from level import * from dc import * -#~ from aubio_temporal import * -#~ from aubio_pitch import * -#~ from aubio_mfcc import * -#~ from aubio_melenergy import * -#~ from aubio_specdesc import * +from aubio_temporal import * +from aubio_pitch import * +from aubio_mfcc import * +from aubio_melenergy import * +from aubio_specdesc import * from yaafe import * # TF : add Yaafe analyzer from spectrogram import Spectrogram from waveform import Waveform