Hi, I wonder if it is possible to use audio on empscripten OF app.
I tried to test this myself but I somehow couldn’t compile an OF example using emmake make
.
Has anyone tried running examples/sound/audioOutputExample
on a browser?
Hi, I wonder if it is possible to use audio on empscripten OF app.
I tried to test this myself but I somehow couldn’t compile an OF example using emmake make
.
Has anyone tried running examples/sound/audioOutputExample
on a browser?
What is happening exactly? Do you have an error message?
I have this error message.
Compiling 3DPrimitivesExample for Release
HOST_OS=Darwin
make[1]: execvp: /bin/sh: Argument list too long
make[1]: execvp: /bin/sh: Argument list too long
make[1]: /bin/sh: Argument list too long
make[1]: *** [obj/emscripten/Release/.compiler_flags] Error 1
make: *** [Release] Error 2
I just followed the instruction from https://openframeworks.cc/setup/emscripten/
Do I need to add something in config.make
?