bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.61k stars 3.6k forks source link

Upstreaming of `bevy_kira_audio`. #11168

Open Olle-Lukowski opened 11 months ago

Olle-Lukowski commented 11 months ago

What problem does this solve or what need does it fill?

The current bevy_audio is quite bare-bones, and bevy_kira_audio would add a lot of new flexibility / features.

What solution would you like?

Upstreaming bevy_kira_audio into bevy, after making sure the APIs are similar enough.

What alternative(s) have you considered?

-

Additional context

I am a relatively new contributer, and have discussed this on discord in #audio-dev.

NiklasEi commented 11 months ago

See NiklasEi/bevy_kira_audio#114 for preparation and work in bevy_kira_audio regarding potential upstreaming.

janhohenheim commented 5 months ago

Resolves #1304