Mercurial > hg > piper-cpp
comparison vamp-client/PluginStub.h @ 209:ac4f5f8ee0e7
Merge branch 'dev/step-and-block-size'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 14:16:37 +0000 |
parents | ad6025dc0b04 |
children |
comparison
equal
deleted
inserted
replaced
205:587e9691a44e | 209:ac4f5f8ee0e7 |
---|---|
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 |