mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Added a TODO for scheduled playback
This commit is contained in:
parent
068fc6d1c9
commit
c1b0bc4ee7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue