createDelay method
The createDelay()
method of the
BaseAudioContext Interface is used to create a DelayNode,
which is used to delay the incoming audio signal by a certain amount of
time.
Note: The
DelayNode.DelayNode
constructor is the recommended way to create a DelayNode; see Creating an AudioNode.
Implementation
external DelayNode createDelay([num maxDelayTime]);