0.1.8 • Published 5 years ago

wasm-pitch v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago