phetsims / mean-share-and-balance

"Mean: Share and Balance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 1 forks source link

Implement sound design #144

Closed jbphet closed 2 months ago

jbphet commented 7 months ago

Checklist for Adding Sound to a PhET Simulation

This checklist is intended to guide developers through the process of adding sound to a simulation. It is written at a fairly high level, and assumes certain knowledge of how the tambo library works and of PhET's development processes. Before using this for the first time, it is highly recommended that a developer reads through the Users Guide.

jbphet commented 7 months ago

@marlitas and I just checked in with @amanda-phet, and the sound design and implementation is not part of the current iteration, so we're going to label this as "on-hold" until we are ready to start working on it.

jbphet commented 5 months ago

The sound design has reached a point where we're ready to start implementation, so I've removed the "on hold" label. Let's do this!

marlitas commented 5 months ago

I went ahead and added the same sounds being used in Center and Variability for the Balance Point screen. It all comes from soccer common so it was a very straightforward implementation. Commit above.

Ashton-Morris commented 4 months ago

Added files to this folder https://github.com/phetsims/mean-share-and-balance/tree/main/assets

marlitas commented 2 months ago

I believe sound design has been implemented. There are a couple of issues for polish and one to balance the sound, but initial implementation is complete and this can be closed.