Source:getSampleRate
Returns the number of samples per second in the Source. This is usually a high number like 44100.
frequency = Source:getSampleRate()
Arguments
None
Returns
Name | Type | Description |
frequency | number | The number of samples per second in the Source. |
See also
SoundData:getSampleRate
AudioStream:getSampleRate
Source