-
Notifications
You must be signed in to change notification settings - Fork 0
Global music volume #31
Copy link
Copy link
Open
Labels
status/approvedThis issue has been approved for implementation.This issue has been approved for implementation.type/enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
status/approvedThis issue has been approved for implementation.This issue has been approved for implementation.type/enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
The audio setting allows you to expose a multiplier but the audio manager does not use it so there is no way to fade the global audio manually for things like scene transitions, pause menus, etc.
Describe the solution you'd like
Add a volume multiplier to the audio manager.
Describe alternatives you've considered
It is possible using a synchronized stream to set the volume of the global audio but this is tedious and a misuse of what synchronized stream is intended for.
Additional context
N/A