This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

DelayNode

Summary

A delay-line is a fundamental building block in audio applications. This interface is an AudioNode with a single input and single output, which delays the incoming audio signal by a certain amount. The default amount is 0 seconds (no delay).

Properties

delayTime
An AudioParam object representing the amount of delay (in seconds) to apply. The default value (delayTime.value) is 0 (no delay). The minimum value is 0 and the maximum value is determined by the maxDelayTime argument to the AudioContext method createDelay. This parameter is k-rate.

Methods

No methods.

Events

No events.

Related specifications

W3C Web Audio API
W3C Editor’s Draft