WebAudio icon indicating copy to clipboard operation
WebAudio copied to clipboard

Block streamed audio

Open vurvdev opened this issue 3 years ago • 1 comments

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.

vurvdev avatar May 15 '22 04:05 vurvdev

Unfortunately this would break functions like setTime

It will break some functions entirely or just for block-streamed audio? Can you add some warnings in the docs about it for streamed audio (in the latter case)? Many servers started using webaudio instead of E2P recently. As a result, for example, many players can't play internet radio streams, so it would be great if it will be supported

soldtm avatar Sep 27 '25 14:09 soldtm