From b00287804cff9621c4da4e2afca12f112bb758cc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 16 Jan 2014 11:34:31 +0100 Subject: [PATCH] re-add aubio analyzers --- timeside/analyzer/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5