CutAudio
From UBot Studio
This command will cut an audio file at the specified amount of time. The command is an Audio command.
input Audio File: The silent audio file being created with a .wav extension.
Time: The place at which the audio file will be cut (for example 0:03)
First Output File: The first part of the cut video
Second Output File: The second part of the cut video
Example
cutAudio("C:\\Users\\Downloads\\sample.wav","0:03","C:\\Users\\Downloads\\1.wav","C:\\Users\\Downloads\\2.wav")
Running the script will cut the video at the specified time and output two videos.
The two videos are a result of the input audio file split in file at the specified time length.