Skip to content
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

Decide whether to turn off UI sounds on next publication #227

Closed
markgammon opened this issue Nov 19, 2021 · 1 comment
Closed

Decide whether to turn off UI sounds on next publication #227

markgammon opened this issue Nov 19, 2021 · 1 comment

Comments

@markgammon
Copy link

As part of the work done for phetsims/vegas#77, UI sounds got turned on for this simulation. Before the sim is published again from master, we should decide whether to turn the UI sounds off, leave them on and design and implement sounds for the rest of the interactions, or publish with a partial sound design.

If the decision is to turn them off, this can be accomplished by adding the following line to the end of the sim's -main.js file:

  soundManager.setOutputLevelForCategory( 'user-interface', 0 );
@jbphet
Copy link
Contributor

jbphet commented Dec 1, 2022

I wasn't aware of this issue because it wasn't assigned to me, and I'm implementing the fix for it in #223, so I'm going to close this as a duplicate.

@jbphet jbphet closed this as completed Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants