sampleRate property

TauSampleRate sampleRate

The read-only sampleRate property of the AudioWorkletGlobalScope returns a float that represents the sample rate of the associated BaseAudioContext the worklet belongs to.

Implementation

TauSampleRate get sampleRate;