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...") |
|||
Line 13: | Line 13: | ||
Running the script will output a silent .mp3 audio file at the specified length. | Running the script will output a silent .mp3 audio file at the specified length. | ||
+ | |||
+ | [[File:silentfile.jpg]] |
Latest revision as of 22:00, 21 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).
[edit] Example
createSilentAudioFile("C:\\Users\\Downloads\\silentfile.mp3",8)
Running the script will output a silent .mp3 audio file at the specified length.