Skip to content

Commit 2126381

Browse files
Updated startTime property description
1 parent b21331f commit 2126381

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ var WebAudioSound = new Class({
4848
*/
4949
this.playTime = 0;
5050
/**
51-
* [description]
51+
* The time at which the sound source should actually start playback.
52+
* Based on BaseAudioContext.currentTime value.
5253
*
5354
* @private
5455
* @property {number} startTime

0 commit comments

Comments
 (0)