CombineAudios
From UBot Studio
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
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.