qiuxiang / aubiojs

aubio for javascript, the real-time audio processing library
https://qiuxiang.github.io/aubiojs/
MIT License
137 stars 36 forks source link

add tolerance, silence, and confidence methods to pitch detector #5

Closed andreasjansson closed 3 years ago

andreasjansson commented 4 years ago

Thanks for making these bindings!

I added a few methods from https://aubio.org/doc/0.4.4/pitch_8h.html.

Also had to add -fno-rtti, otherwise I got UnboundTypeError, similar to https://github.com/emscripten-core/emscripten/issues/7001.