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 [, offset [, duration]]]);
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.offset Optional
duration Optional
TypeErrorwhen is negative.tbd
| Specification | Status | Comment |
|---|---|---|
| Web Audio API The definition of 'start()' in that specification. | Working Draft |
| Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | 14 | ? | 25 | No | 15 | ? |
| Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
|---|---|---|---|---|---|---|---|
| Basic support | 14 | 14 | ? | 25 | No | 15 | ? |
AudioScheduledSourceNodeAudioBufferSourceNodeConstantSourceNodeOscillatorNode
© 2005–2018 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