qiuxiang / aubiojs

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

WASM instead asm.js? #1

Closed ebraminio closed 6 years ago

ebraminio commented 6 years ago

Hi there, as far as I know WASM is the new alternative to asm.js, not sure about toolchain and compile difference between the two I wonder how aubio's wasm build would look like, perhaps faster and smaller binaries? Just wanted to share my thoughts :)

qiuxiang commented 6 years ago

You are right. This build is out of date. I will try to compile into WASM later.