Commit 25885e41 authored by David Reid's avatar David Reid

WebAudio: Add early experimental support for AudioWorklets.

Public issue https://github.com/mackron/miniaudio/issues/597.
parent a1b0ab98
......@@ -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
\ No newline at end of file
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.
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment