CreateSilentAudiofile
From UBot Studio
(Difference between revisions)
(Created page with "This command will output a silent audio file at the specified length. The command is an Audio command. '''Output Audio File:''' The silent audio file being created with a...") |
Revision as of 17:22, 20 June 2017
This command will output a silent audio file at the specified length. The command is an Audio command.
Output Audio File: The silent audio file being created with a .mp3 extension.
Length: The length of the silent audio file(1 for one second, 5 for five seconds, etc).
Example
createSilentAudioFile("C:\\Users\\Downloads\\silentfile.mp3",8)
Running the script will output a silent .mp3 audio file at the specified length.