We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3a4b9 commit 52d2be6Copy full SHA for 52d2be6
1 file changed
v3/src/sound/webaudio/WebAudioSound.js
@@ -40,8 +40,8 @@ var WebAudioSound = new Class({
40
*/
41
this.volumeNode = manager.context.createGain();
42
/**
43
- * The time the previous playback started at based on
44
- * BaseAudioContext.currentTime value.
+ * The time at which the sound should have started from the beginning.
+ * Based on BaseAudioContext.currentTime value.
45
*
46
* @private
47
* @property {number} playTime
0 commit comments