Page MenuHomeFeedback Tracker

Allow us to set volumes directly via the Script
New, NormalPublic

Description

Hello,

it would be nice if we could change custom sound volumes via a script.
For example it would be nice if this would be added to the AudioSystem class.
Currently we can control sounds via AudioSystem.SetMasterVolume(int id, float volume) which allows us only the use of already given categories like SFX, Music etc. But if we use those (in this case SFX) it will automaticly adjust all sounds that are connected to SFX ofc, so its not a solution and isnt ment to be used for custom sounds.
I think a good way would be to have AudioSystem.SetVolume(float volume) for this, and maybe allowing it to use a audiohandle before like this m_customaudiohandle = AudioSystem.SetVolume(float volume)
As of right now its a bit difficult to change custom audio sounds as we have to create .sig and .acp files and find a script that allows us to play the sound via the audiosystem which in my eyes is not possible.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline