Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block streamed audio #51

Open
Vurv78 opened this issue May 15, 2022 · 0 comments
Open

Block streamed audio #51

Vurv78 opened this issue May 15, 2022 · 0 comments
Labels
Complexity: Medium Something that's not as easy to implement enhancement New feature or request undecided Not sure if this will be done or if people want this

Comments

@Vurv78
Copy link
Owner

Vurv78 commented May 15, 2022

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.

@Vurv78 Vurv78 added enhancement New feature or request undecided Not sure if this will be done or if people want this Complexity: Medium Something that's not as easy to implement labels May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium Something that's not as easy to implement enhancement New feature or request undecided Not sure if this will be done or if people want this
Projects
None yet
Development

No branches or pull requests

1 participant