SoundData:getDuration
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Gets the duration of the sound data.
Function
Synopsis
duration = SoundData:getDuration( )
Arguments
None.
Returns
number duration
- The duration of the sound data in seconds.
Please login to continue.