You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the "No Overlap" checkbox is checked, it only prevents the overlapping of the same sound file. If the user plays different sound files at the same time they will overlap each other. This seems to originate here:
A sound file is only paused if it matches soundSrc. If a different file is already playing, the new soundSrc starts playing over it. I am not sure if is intended or not, but it seems to differ from the hover text explanation for the checkbox.
The text was updated successfully, but these errors were encountered:
When the "No Overlap" checkbox is checked, it only prevents the overlapping of the same sound file. If the user plays different sound files at the same time they will overlap each other. This seems to originate here:
AA-EE-OO/scripts.js
Lines 6 to 10 in 35e6ec8
A sound file is only paused if it matches soundSrc. If a different file is already playing, the new soundSrc starts playing over it. I am not sure if is intended or not, but it seems to differ from the hover text explanation for the checkbox.
The text was updated successfully, but these errors were encountered: