Skip to content

Commit 06b7ad9

Browse files
Updated a TODO to add delay config setting
1 parent b3f5b03 commit 06b7ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var WebAudioSound = new Class({
108108
*
109109
* @private
110110
*/
111-
// TODO add when param
111+
// TODO add delay param
112112
createAndStartBufferSource: function () {
113113
var seek = this.currentConfig.seek;
114114
var offset = (this.currentMarker ? this.currentMarker.start : 0) + seek;

0 commit comments

Comments
 (0)