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

Implement a temporary solution for Streaming Audio #93

Open
rayanmargham opened this issue Apr 28, 2023 · 2 comments
Open

Implement a temporary solution for Streaming Audio #93

rayanmargham opened this issue Apr 28, 2023 · 2 comments

Comments

@rayanmargham
Copy link

The Gist

Currently bevy kira only supports StaticAudioHandle's and for small projects this may not be a big issue but for big projects this is quite bad.

Bandaid Fix

Bevy is currently in talks of this
See: bevyengine/bevy#5422

This Kira plugin however should provide its own temporary solution. I'll start cooking up something when it's the weekend due to school.

@MStoic13
Copy link

I found this crate kira-loaders that built its own streaming interface on top of kira, without bevy. It looks like it would be somewhat straightforward to expand channels in bevy_kira_audio to support StreamingSoundSettings too.

@NiklasEi
Copy link
Owner

That crate was part of an older kira version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants