AudioWorkletFetchWorker
Control Fetch in SharedWorker from and stream data to AudioWorklet
Firefox
- Set
media.autoplay.default
to0
forAudioContext
to run without user action. - Set
security.fileuri.strict_origin_policy
tofalse
to run onfile:
protocol.
Chromium and Chrome
- Set flag
--disable-audio-focus-enforment
to run without the document being focused.
License
Do What the Fuck You Want to Public License WTFPLv2