createDelay

fun createDelay(maxDelayTime: Double = definedExternally): DelayNode(source)

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.

MDN Reference