0.1.8 • Published 6 years ago

wasm-pitch v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago