SolarLiner / bevy-kira-components

Experimental Bevy <-> Kira integration crate
https://solarliner.dev/bevy-kira-components/bevy_kira_components/
MIT License
8 stars 6 forks source link

add AudioWorld#set_master_volume #5

Closed ItsDoot closed 2 months ago

ItsDoot commented 2 months ago

Open to bikeshedding.

SolarLiner commented 2 months ago

it's the only solution for now, but once we'll have tracks integrated I'd like this method to be put on the MainTrack entity instead. In fact you would be able to directly manipulate the main track with the Query<TrackHandle, With<MainTrack> or similar. I don't know if it makes sense to merge this now.

SolarLiner commented 2 months ago

Closing in favor of incoming work on the more general tracks integration being done soon.