-
Notifications
You must be signed in to change notification settings - Fork 247
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
Better volume control #714
Comments
When at it, add a logarithmic mapping from |
That is actually very nice! If you want to and have the time please contribute it. |
though I'm not sure in what form. I think we need to keep the current amplify. Maybe Ps, I'm off to bed now, have a great night! 🌙 |
Maybe just add conversions for now? Using to_decibels() , to_linear(): |
I like it. |
I noticed volume control in decibels in bevy. I think it would be great to adopt into rodio (with proper credit). It would augment the current
amplify
.See: https://github.com/bevyengine/bevy/blob/ed7b366b24d7106f4715369eb3516875f915f536/crates/bevy_audio/src/volume.rs#L1
The text was updated successfully, but these errors were encountered: