From: Paul Brossier Date: Mon, 15 Apr 2013 01:59:58 +0000 (-0500) Subject: add aubio mfcc and melenergy X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1848b42818a95921e417b3764152a97b6610111a;p=timeside-diadems.git add aubio mfcc and melenergy --- diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 99330d0..8a50f36 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -5,3 +5,5 @@ from mean_level import * from dc import * from aubio_temporal import * from aubio_pitch import * +from aubio_mfcc import * +from aubio_melenergy import *