c@31: c@31: #include "PiperExport.h" c@31: #include "MatchVampPlugin.h" c@31: c@31: std::string soname("match-vamp-plugin"); c@31: piper_vamp_js::PiperAdapter adapter(soname); c@31: piper_vamp_js::PiperPluginLibrary library({ &adapter }); c@31: c@31: PIPER_EXPORT_LIBRARY(library); c@31: