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

Demo is broken - wrong wasm mimetype

Samuel-B-D opened this issue · comments

The wasm in the demo is served with content-type: application/wasm; charset=utf-8 which don't make sense and break the streaming compilation.
It should be served with the mimetype application/wasm (charset doesn't make sense for a binary format like wasm).

On which browser/device are you seeing this error? Could you provide any reproduction steps?