comparison vamp-client/PluginStub.h @ 187:ad6025dc0b04

Documentation
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 08 Feb 2017 10:09:51 +0000
parents 52322dde68ea
children
comparison
equal deleted inserted replaced
186:52322dde68ea 187:ad6025dc0b04
48 #include <iostream> 48 #include <iostream>
49 49
50 namespace piper_vamp { 50 namespace piper_vamp {
51 namespace client { 51 namespace client {
52 52
53 /**
54 * PluginStub presents a Piper feature extractor in the form of a Vamp plugin.
55 */
53 class PluginStub : public Vamp::Plugin 56 class PluginStub : public Vamp::Plugin
54 { 57 {
55 enum State { 58 enum State {
56 /** 59 /**
57 * The plugin's corresponding Piper feature extractor has been 60 * The plugin's corresponding Piper feature extractor has been