createDelay abstract method
- TauTime maxDelayTime
The createDelay()
method of the
BaseAudioContext 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
DelayNode createDelay([TauTime maxDelayTime]);