]> git.parisson.com Git - timeside-diadems.git/commitdiff
Grapher : Make Analyzer rendering more generic and easy to implement
authorThomas Fillon <thomas@parisson.com>
Sat, 25 Jan 2014 21:47:18 +0000 (21:47 +0000)
committerThomas Fillon <thomas@parisson.com>
Sat, 25 Jan 2014 21:47:18 +0000 (21:47 +0000)
timeside/analyzer/__init__.py

index 4c293f17ede44fd6219c106a58e595ab64fb4d81..29ee3cf006ab832cd660c06c88fa495e30502d73 100644 (file)
@@ -1,13 +1,13 @@
 # -*- coding: utf-8 -*-
 
-from level import *
-from dc import *
-from aubio_temporal import *
-from aubio_pitch import *
+from level import Level
+from dc import MeanDCShift
+from aubio_temporal import AubioTemporal
+from aubio_pitch import AubioPitch
 from aubio_mfcc import *
 from aubio_melenergy import *
 from aubio_specdesc import *
-from yaafe import * # TF : add Yaafe analyzer
+from yaafe import *
 from spectrogram import Spectrogram
 from waveform import Waveform
 from vamp_plugin import VampSimpleHost