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

Is it possible to stream ogg using fetch()?

vitaly-zdanevich opened this issue · comments

i guess it is, but not with this code currently, only support wav files

it could be adapted though to support ogg, maybe using https://github.com/audiocogs/ogg.js or similar

see also : https://github.com/brion/ogv.js