Skip to content

Commit 57724d1

Browse files
Updated loopEndOffset property docs
1 parent b5b752f commit 57724d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ var HTML5AudioSoundManager = new Class({
3737
*/
3838
this.audioPlayDelay = 0.1;
3939
/**
40-
* A value by which we should offset the loop end marker of the looping sound to compensate
41-
* for lag, caused by changing audio tag position, in order to achieve gapless looping.
40+
* A value by which we should offset the loop end marker of the
41+
* looping sound to compensate for lag, caused by changing audio
42+
* tag playback position, in order to achieve gapless looping.
4243
*
4344
* You might need to tweak this value to get the desired results
4445
* since loop lag varies depending on the browser/platform.

0 commit comments

Comments
 (0)