Mercurial > hg > piper-cpp
comparison vamp-client/PiperVampPlugin.h @ 210:df65480a08de
Merge branch 'master' into dev/rename-pluginstub
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 14:22:31 +0000 |
parents | c67a0a945b6b |
children | 37760b5376b3 |
comparison
equal
deleted
inserted
replaced
208:c67a0a945b6b | 210:df65480a08de |
---|---|
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 * PiperVampPlugin presents a Piper feature extractor in the form of a | |
55 * Vamp plugin. | |
56 */ | |
53 class PiperVampPlugin : public Vamp::Plugin | 57 class PiperVampPlugin : public Vamp::Plugin |
54 { | 58 { |
55 enum State { | 59 enum State { |
56 /** | 60 /** |
57 * The plugin's corresponding Piper feature extractor has been | 61 * The plugin's corresponding Piper feature extractor has been |