CombineAudioList
From UBot Studio
This command will combine a list of audio files into one, played one after the other. The command is an Audio command.
Audio File List: The list of audio files being combined
For example: "C:\Users\Downloads\audio1.mp3","C:\Users\Downloads\audio2.mp3","C:\Users\Downloads\audio3.mp3"
Output Audio File: The second audio file being combined
Example
combineAudios("C:\\Users\\Downloads\\sample.wav","C:\\Users\\Downloads\\opera.mp3","C:\\Users\\Downloads\\scropera.mp3")
Running the script will combine the list of audio files and output a .mp3 file.
The output file must have a .mp3 extension.