From: Thomas Fillon Date: Fri, 11 Oct 2013 19:13:00 +0000 (+0200) Subject: Add Vamp Plugin analyzer based on vamp-simple-host X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=73f37513ffffc5b155b0e5cc91ed1b3b70b561d1;p=timeside-diadems.git Add Vamp Plugin analyzer based on vamp-simple-host - VampSimpleHost analyzer requires vamp-plugin-sdk installation - add exemple to use it in test/api" (requires vamp-examples installation) --- diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index e97a095..6f13282 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -9,4 +9,5 @@ from aubio_melenergy import * from aubio_specdesc import * from yaafe import * # TF : add Yaafe analyzer from spectrogram import Spectrogram -from waveform import Waveform \ No newline at end of file +from waveform import Waveform +from vamp_plugin import VampSimpleHost \ No newline at end of file