From 73f37513ffffc5b155b0e5cc91ed1b3b70b561d1 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 11 Oct 2013 21:13:00 +0200 Subject: [PATCH] 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) --- timeside/analyzer/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5