anthumchris / fetch-stream-audio

Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs
https://fetch-stream-audio.anthum.com
MIT License
376 stars 22 forks source link

Evaluate Audio Worklet Implementation #19

Open anthumchris opened 4 years ago

anthumchris commented 4 years ago

AudioWorket was released with Chrome 66 and may be especially useful to this demo:

https://developers.google.com/web/updates/2017/12/audio-worklet

anthumchris commented 4 years ago

successful test at AnthumChris/audio-worklet-tests using this architecture:

Audio Worklet Design

Will try another one without SharedBufferArray until is supported by all browsers.