]> git.parisson.com Git - timeside-diadems.git/commitdiff
Add Vamp Plugin analyzer based on vamp-simple-host
authorThomas Fillon <thomas@parisson.com>
Fri, 11 Oct 2013 19:13:00 +0000 (21:13 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 11 Oct 2013 19:16:30 +0000 (21:16 +0200)
- VampSimpleHost analyzer requires vamp-plugin-sdk  installation
- add exemple to use it in test/api" (requires vamp-examples installation)

timeside/analyzer/__init__.py

index e97a0950b9ea987950f22f2ad63f4fa93d212fb8..6f13282ae0be2b4a0d168b36d27a435e017744ab 100644 (file)
@@ -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