An open API service indexing awesome lists of open source software.

https://github.com/guest271314/audioworkletstream

fetch() => ReadableStream => AudioWorklet
https://github.com/guest271314/audioworkletstream

audio-worklet streams-api worker

Last synced: 3 months ago
JSON representation

fetch() => ReadableStream => AudioWorklet

Awesome Lists containing this project

README

        

# AudioWorkletStream
`fetch()` => `ReadableStream` => `AudioWorklet`

https://guest271314.github.io/AudioWorkletStream/

plnkr https://plnkr.co/edit/nECtUZ

- [master](https://github.com/guest271314/AudioWorkletStream): Transferable streams
- [messsage-port-post-message](https://github.com/guest271314/AudioWorkletStream/tree/message-port-post-message): `MessagePort.postMessage()`
- [shared-memory-audio-worklet-stream](https://github.com/guest271314/AudioWorkletStream/tree/shared-memory-audio-worklet-stream): `WebAssembly.Memory({initial:,maximum:,shared:true})`