olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
79 stars 5 forks source link

Emscripten build #341

Open mdahlgrengadd opened 6 years ago

mdahlgrengadd commented 6 years ago

Hi @olofson!

Thanks for this awesome library!

The build-emscripten.sh didn't work on my setup (macbook). I had to make some tiny adjustments to build-emscripten.sh in order to compile.

Namely:

/ Martin.

olofson commented 6 years ago

Thank you! I haven't been maintaining that script, so I'm almost surprised it wasn't more broken than that. :-)

I'll see if I can add Emscripten as a proper CMake target instead. (And floating point DSP, because JS doesn't like integer/fixed point much at all... See #28.)

mdahlgrengadd commented 6 years ago

Yes, that would be great!