SoundBuffer.getSampleRate

Get the sample rate of the sound.

The sample rate is the number of samples played per second. The higher, the better the quality (for example, 44100 samples/s is CD quality).

class SoundBuffer
const
uint
getSampleRate
()

Return Value

Type: uint

Sample rate (number of samples per second)

Meta