Closed andreasjansson closed 3 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.
-fno-rtti
UnboundTypeError
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 gotUnboundTypeError
, similar to https://github.com/emscripten-core/emscripten/issues/7001.