WebAudio: Add early experimental support for AudioWorklets.

Public issue https://github.com/mackron/miniaudio/issues/597.
This commit is contained in:
David Reid
2023-02-25 20:37:26 +10:00
parent a1b0ab98fd
commit 25885e4163
2 changed files with 393 additions and 7 deletions
+3 -1
View File
@@ -14,4 +14,6 @@ path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't work for me for
If you output WASM it may not work when running the web page locally. To test you can run with something
like this:
emrun ./bin/simple_playback_sine.html
emrun ./bin/simple_playback_sine.html
If you want to see stdout on the command line when running from emrun, add `--emrun` to your emcc command.