From 5b6858cb5ca3bcaffd58154a2570eb2b6e75e36b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 15 Apr 2013 19:10:27 -0500 Subject: [PATCH] timeside/analyzer/__init__.py: add aubio_specdesc --- timeside/analyzer/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 95001c3..4c1c680 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -6,3 +6,4 @@ from aubio_temporal import * from aubio_pitch import * from aubio_mfcc import * from aubio_melenergy import * +from aubio_specdesc import * -- 2.39.5