-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First sound is quiet #283
Comments
It is not a "tambo thing", it is a "browser thing". Browsers are prevented from playing sounds until the user interacts with the page in some way. There is a lot of information on the cause and our handling of it in phetsims/tambo#147 and phetsims/tambo#9. Note that in the first issue I linked, it says "We've basically just decided to live with this for now, so I'll mark the issue as deferred. However, if we ever decided it was a big enough problem that we should address it, we could add some code to make the initial volume changes really quick, and to also delay the first playing of a sound until these were all done." So, if you think this rises to the level where we should implement better handling of it, be sure to chime in on the issue and raise it for some possible attention in upcoming iterations. |
Since this is a known issue and is being tracked elsewhere, this issue can be closed. |
In playing with the sim, I noticed in dev.23 that the very first sound in the sim is very quiet, regardless of what I pressed.
Subsequent sounds (including the one that had originally been quiet) were normal volume.
I tested in both Safari and Chrome.
The text was updated successfully, but these errors were encountered: