DelayNode: delayTime property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
The delayTime
property of the DelayNode
interface 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.
Value
An AudioParam
.
Examples
See BaseAudioContext.createDelay()
for example code.
Specifications
Specification |
---|
Web Audio API # dom-delaynode-delaytime |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
delayTime |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.