From: Thomas Fillon Date: Thu, 31 Oct 2013 16:49:01 +0000 (+0100) Subject: Add a parents attribute to Processor. A Processor can access its parents results... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=45cb5a2016bb7e05a6c52062c1ad32ca811694c6;p=timeside-diadems.git Add a parents attribute to Processor. A Processor can access its parents results through the pipe in which it runs --- diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 663ce64..4c293f1 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -13,3 +13,4 @@ from waveform import Waveform from vamp_plugin import VampSimpleHost from irit_speech_entropy import IRITSpeechEntropy from irit_speech_4hz import IRITSpeech4Hz +from odf import OnsetDetectionFunction