AdjustAudioVolume
From UBot Studio
(Difference between revisions)
(Created page with "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...") |
Revision as of 19:00, 20 June 2017
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.