Skip to content

lamchiminhmark/wasm-pitch

Repository files navigation

wasm-pitch

C++ - WASM pitch detection API

Example

    import WasmPitch from 'wasm-pitch';

    const wasmPitch = new WasmPitch();
    wasmPitch.addListener(/* Callback functions with a pitch parameter goes here */);
    wasmPitch.start();

Demo

Check out the demo directory

About

C++ - WASM pitch detection API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published