https://github.com/guest271314/audioworkletfetchworker
Control Fetch in SharedWorker from and stream data to AudioWorklet
https://github.com/guest271314/audioworkletfetchworker
audioworklet fetch sharedworker webaudio-api
Last synced: 3 months ago
JSON representation
Control Fetch in SharedWorker from and stream data to AudioWorklet
- Host: GitHub
- URL: https://github.com/guest271314/audioworkletfetchworker
- Owner: guest271314
- License: wtfpl
- Created: 2023-10-06T05:47:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T05:26:21.000Z (over 2 years ago)
- Last Synced: 2024-11-21T13:53:45.047Z (over 1 year ago)
- Topics: audioworklet, fetch, sharedworker, webaudio-api
- Language: JavaScript
- Homepage: https://guest271314.github.io/AudioWorkletFetchWorker/
- Size: 118 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AudioWorkletFetchWorker
Control Fetch in SharedWorker from and stream data to AudioWorklet
**Firefox**
- Set `media.autoplay.default` to `0` for `AudioContext` to run without user action.
- Set `security.fileuri.strict_origin_policy` to `false` to run on `file:` 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](http://www.wtfpl.net/about/)