The start()
method on AudioScheduledSourceNode
schedules a sound to begin playback at the specified time. If no time is specified, then the sound begins playing immediately.
AudioScheduledSourceNode.start([when]);
when
Optional
AudioContext
is using for its currentTime
attribute. A value of 0 (or omitting the when
parameter entirely) causes the sound to start playback immediately.TypeError
when
is negative.tbd
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'start()' in that specification. | Working Draft |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | 56.0[1] | ? | 53 (53) | No support | 43[1] | ? |
Feature | Android Webview | Edge | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | 56.0[1] | ? | 53.0 (53) | ? | ? | 43[1] | ? | 56.0[1] |
[1] Chrome and Opera implement this method on the ConstantSourceNode
interface.
AudioScheduledSourceNode
AudioBufferSourceNode
ConstantSourceNode
OscillatorNode
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/start