$audioLength
From UBot Studio
(Difference between revisions)
(Created page with "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 f...") |
Latest revision as of 16:09, 21 June 2017
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
[edit] Example
alert($audioLength("C:\\Users\\Downloads\\opera.mp3"))
Running the script will output the length of the audio in seconds.