Mercurial > hg > piper-vamp-js
view VampExamplePlugins.ts @ 104:2b20e610c4c2
Fix object structure for process input in perf test
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 26 Sep 2016 16:18:44 +0100 |
parents | 2fbefc82d460 |
children |
line wrap: on
line source
import {EmscriptenModule} from '../src/Emscripten' declare function VampExamplePluginsModule(): EmscriptenModule; export = VampExamplePluginsModule;