wasm-pitch
v0.1.8
Published
Monophonic pitch detection API for Javascript using WASM
Downloads
7
Readme
wasm-pitch
C++ - WASM pitch detection API
Example
import WasmPitch from 'wasm-pitch';
const wasmPitch = new WasmPitch('./assets');
wasmPitch.init().then(() => {
wasmPitch.addListener(/* Callback functions with a pitch parameter goes here */);
wasmPitch.start();
});
Demo
Check out the demo directory