NiklasEi/bevy_kira_audio

Spatial audio volume does not respect the channel's volume

Skippeh opened this issue · 2 comments

There's no way to scale the volume of a sound coming from an emitter.

I've linked the relevant line of code that needs to be updated if i understand it correctly.

https://github.com/NiklasEi/bevy_kira_audio/blob/main/src/spacial.rs#L44

The whole API is likely to change with #114 due to a switch to a more ECS-centric way of controlling audio.

That's good to hear! I'm looking forward to it.