Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

Block streamed audio #51

Open Vurv78 opened 2 years ago

Vurv78 commented 2 years ago

Is your feature request related to a problem? Please describe. You can't play block-streamed sounds

Describe the solution you'd like Maybe w/

local Stream = webAudio("<url>", _WA_MODE_BLOCK)

and calls to setTime will error afterward.

Additional context Unfortunately this would break functions like setTime. I was avoiding doing this considering the confusion it'd cause users if these functions didn't work because they wanted block_streamed audio.