dywapitchtrack
v0.2.0
Published
<div align="center">
Downloads
2
Readme
Dynamic Wavelet Algorithm Pitch Tracking ported to rust as wasm using wasm-pack.
🚴 Usage
🛠️ Build with wasm-pack build
wasm-pack build --release --target web
🔬 Use in your project
import init, { DywaPitchTracker } from 'dywapitchtrack'
await init()
let dywa = new DywaPitchTracker()
dywa.compute_pitch(audioBuffer, startSample, sampleCount)
🔋 Batteries Included
wasm-bindgen
for communicating between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.