CombineAudios
From UBot Studio
(Difference between revisions)
(Created page with "This command will combine two audio files into one, played one after the other. The command is an Audio command. '''First Input Audio File:''' The first audio file being ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
'''First Input Audio File:''' The first audio file being combined | '''First Input Audio File:''' The first audio file being combined | ||
+ | |||
'''Second Input Audio File:''' The second audio file being combined | '''Second Input Audio File:''' The second audio file being combined | ||
+ | |||
'''Output Audio File:''' The output audio file with the two | '''Output Audio File:''' The output audio file with the two | ||
Line 16: | Line 18: | ||
The output file must have a .mp3 extension. | The output file must have a .mp3 extension. | ||
+ | |||
+ | [[File:scropera.jpg]] |
Latest revision as of 21:28, 21 June 2017
This command will combine two audio files into one, played one after the other. The command is an Audio command.
First Input Audio File: The first audio file being combined
Second Input Audio File: The second audio file being combined
Output Audio File: The output audio file with the two
[edit] Example
combineAudios("C:\\Users\\Downloads\\sample.wav","C:\\Users\\Downloads\\opera.mp3","C:\\Users\\Downloads\\scropera.mp3")
Running the script will combine the audio files and output a .mp3 file.
The output file must have a .mp3 extension.