view match-vamp-plugin/match-vamp-plugin.cpp @ 20:c40d66bf4ba9

Memory sizes multiples of 16
author Chris Cannam
date Thu, 30 Mar 2017 16:30:04 +0100
parents 2d333f7f8a20
children ac94242cf562
line wrap: on
line source

#include "PiperExport.h"
#include "MatchVampPlugin.h"

std::string soname("match-vamp-plugin");
piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname);
piper_vamp_js::PiperPluginLibrary library({ &adapter });

PIPER_EXPORT_LIBRARY(library);