Skip to content

Commit c1b0bc4

Browse files
Added a TODO for scheduled playback
1 parent 068fc6d commit c1b0bc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ var WebAudioSound = new Class({
101101
* @param {number} offset
102102
* @param {number} duration
103103
*/
104+
// TODO add when param
104105
createAndStartBufferSource: function (offset, duration) {
105106
this.source = this.manager.context.createBufferSource();
106107
this.source.buffer = this.audioBuffer;

0 commit comments

Comments
 (0)