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