AdjustAudioVolume
From UBot Studio
This command adjust the volume to a lower percentage. The command is an Audio command.
Input Audio File: The audio file being adjusted
Output Audio File: The resulting audio file with the volume adjusted
Percent: The percentage at which the audio file will be adjusted
Example
adjustAudioVolume("C:\\Users\\Downloads\\sample.wav","C:\\Users\\Downloads\\samplequieter.wav",.50)
Running the script will reduce the volume of the audio file by 50% and output the audio result.