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

Propagate Web Worker errors to main thread

anthumchris opened this issue · comments

Web worker was introduced to decode WAV. Ensure all errors occurring in worker are propagated to the main ReadableStreamDefaultReader.read() caller.