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