delayTime property

AudioParam delayTime

The delayTime property of the DelayNode 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 BaseAudioContext.createDelay method that created it.

Note: Though the AudioParam returned is read-only, the value it represents is not.

Implementation

AudioParam get delayTime;