web api instance property
DelayNode: delayTime property
The delayTime property of the DelayNode interface is an a-rate AudioParam representing the amount of delay to apply.
delayTime is expressed in seconds, its minimal value is 0, and its maximum value is defined by the maxDelayTime argument of the createDelay method that created it.
[!NOTE] Though the
AudioParamreturned is read-only, the value it represents is not.
Value
An AudioParam.
Examples
See BaseAudioContext.createDelay() for example code.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.