wasm-pitch
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wasm-pitch

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

636 kB

Total Files

29

Last publish

Collaborators

  • lamchiminhmark