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

0.2.0 • Public • Published

dywapitchtrack-rust

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

Readme

Keywords

none

Package Sidebar

Install

npm i dywapitchtrack

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

28.8 kB

Total Files

6

Last publish

Collaborators

  • zernico