anthumchris / fetch-stream-audio

Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs

Home Page:https://fetch-stream-audio.anthum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate Audio Worklet Implementation

anthumchris opened this issue · comments

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

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

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.