CombineAudioList
From UBot Studio
(Difference between revisions)
(Created page with "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 bein...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
The command is an [[Audio]] command. | The command is an [[Audio]] command. | ||
− | '''Audio File List:''' The list of audio files being combined | + | '''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 resulting audio file with the list of audio files combined. | |
− | + | ||
− | '''Output Audio File:''' The | + | |
== Example == | == Example == | ||
<pre> | <pre> | ||
− | + | combineAudioList("C:\\Users\\Downloads\\opera.mp3, C:\\Users\\Downloads\\marcelsay.mp3, C:\\Users\\Downloads\\Lilac wine.mp3","C:\\Users\\Downloads\\combinedaudios.mp3") | |
</pre> | </pre> | ||
Line 19: | Line 17: | ||
The output file must have a .mp3 extension. | The output file must have a .mp3 extension. | ||
+ | |||
+ | [[File:combaudlst.jpg]] |
Latest revision as of 21:34, 21 June 2017
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 resulting audio file with the list of audio files combined.
[edit] Example
combineAudioList("C:\\Users\\Downloads\\opera.mp3, C:\\Users\\Downloads\\marcelsay.mp3, C:\\Users\\Downloads\\Lilac wine.mp3","C:\\Users\\Downloads\\combinedaudios.mp3")
Running the script will combine the list of audio files and output a .mp3 file.
The output file must have a .mp3 extension.