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...") |
|||
Line 1: | Line 1: | ||
− | This command adjust the volume to a lower percentage. | + | This command will adjust the volume to a lower percentage. |
The command is an [[Audio]] command. | The command is an [[Audio]] command. | ||
Latest revision as of 19:31, 20 June 2017
This command will 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
[edit] 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.