AudioStream:getDuration
Returns the duration of the sound data in seconds.
duration = AudioStream:getDuration()
Arguments
None
Returns
Name | Type | Description |
duration | number | The duration of the sound. |
See also
SoundData:getDuration
Source:getDuration
AudioStream