-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Complexity: MediumSomething that's not as easy to implementSomething that's not as easy to implementenhancementNew feature or requestNew feature or requestundecidedNot sure if this will be done or if people want thisNot sure if this will be done or if people want this
Description
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.
Metadata
Metadata
Assignees
Labels
Complexity: MediumSomething that's not as easy to implementSomething that's not as easy to implementenhancementNew feature or requestNew feature or requestundecidedNot sure if this will be done or if people want thisNot sure if this will be done or if people want this