Skip to content

Commit 636275b

Browse files
Added loop audio buffer source field
1 parent b2d0c72 commit 636275b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ var WebAudioSound = new Class({
2525
* @property {AudioBufferSourceNode} source
2626
*/
2727
this.source = null;
28+
/**
29+
* [description]
30+
*
31+
* @private
32+
* @property {AudioBufferSourceNode} loopSource
33+
*/
34+
this.loopSource = null;
2835
/**
2936
* [description]
3037
*

0 commit comments

Comments
 (0)