]> git.parisson.com Git - timeside.git/commitdiff
Update vamp plugin example in sandbox
authorThomas Fillon <thomas@parisson.com>
Mon, 10 Feb 2014 12:58:26 +0000 (13:58 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 10 Feb 2014 12:59:57 +0000 (13:59 +0100)
tests/sandbox/exempleCMMR_vamp.py

index 7f5864f278ad278c29a7007fb1cfa08a1623108c..0b779ed8ba9741f2fabe15f03d34fec2b95530e8 100644 (file)
@@ -36,8 +36,8 @@ print my_plugin
 
 #
 # Vamp plugin Analyzer
-#vamp = timeside.analyzer.VampSimpleHost([my_plugin])
-vamp = timeside.analyzer.VampSimpleHost()
+vamp = timeside.analyzer.VampSimpleHost([my_plugin])
+#vamp = timeside.analyzer.VampSimpleHost()
 
 #
 myPipe = (d | vamp | specgram | waveform).run()