sampleRate property
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;
The read-only sampleRate
property of the AudioWorkletGlobalScope
returns a float that represents the sample rate of the
associated BaseAudioContext the worklet belongs to.
TauSampleRate get sampleRate;