revolunet / webaudio-wav-stream-player

instantly play remote wav streams using fetch API + WebAudio

Home Page:http://revolunet.github.io/webaudio-wav-stream-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Support

fearfulsmtry opened this issue · comments

Working well in Chrome. Any chance we could get some support for Edge?

Getting WEBAUDIO17014: Decoding error: The stream provided is corrupt or unsupported.

Hi
I dont think Edge handle fetch streams yet
Looks like there is some hope with this polyfill though : https://www.npmjs.com/package/fetch-readablestream

Thanks for your response. I tried that polyfill and no luck. Thankfully it's no longer required to work on Edge.