SoundData:getSampleCount
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Returns the number of samples per channel of the SoundData.
Function
Synopsis
1 | count = SoundData:getSampleCount( ) |
Arguments
None.
Returns
number count
- Total number of samples.
Please login to continue.