$audioLength
From UBot Studio
This functions returns the length of the provided audio file in seconds. The function is an Audio function.
Audio file: The audio file the length will be returned from
Example
alert($audioLength("C:\\Users\\Downloads\\opera.mp3"))
Running the script will output the length of the audio in seconds.