SoundData:getSampleCount

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Returns the sample count of the SoundData.

Function

Synopsis

count = SoundData:getSampleCount( )

Arguments

None.

Returns

number count
Total number of samples.

See Also

Other Languages