Added a TODO for scheduled playback

This commit is contained in:
Pavle Goloskokovic 2017-11-22 18:07:08 +01:00
parent 068fc6d1c9
commit c1b0bc4ee7

View file

@ -101,6 +101,7 @@ var WebAudioSound = new Class({
* @param {number} offset
* @param {number} duration
*/
// TODO add when param
createAndStartBufferSource: function (offset, duration) {
this.source = this.manager.context.createBufferSource();
this.source.buffer = this.audioBuffer;