sampleRate property

TauSampleRate sampleRate

The sampleRate property of the BaseAudioContext returns a floating point number representing the sample rate, in samples per second, used by all nodes in this audio context. This limitation means that sample-rate converters are not supported.

Implementation

TauSampleRate get sampleRate;