From 45cb5a2016bb7e05a6c52062c1ad32ca811694c6 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 31 Oct 2013 17:49:01 +0100 Subject: [PATCH] Add a parents attribute to Processor. A Processor can access its parents results through the pipe in which it runs --- timeside/analyzer/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5