phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

Add sound #138

Open jbphet opened 2 years ago

jbphet commented 2 years ago

A decision has been made to add sound to this sim. Here is the checklist, taken from the tambo repo, that is generally used to guide this process:

Ashton-Morris commented 2 years ago

Doc created. It will continue to live here. Color Vision - Sound Design Doc

jbphet commented 2 years ago

As of 8/30/2022, work on adding sound to this simulation is being paused. This is due primarily to some personnel changes that complicate some of the plans related to the sim.

I'll mark this issue as deferred, and we will hopefully return to it in the future.

jbphet commented 2 years ago

I'm also going to mark this as blocking publication of the sim, since I'd like to leave the partially-implemented sound enabled in master for now, but we would need to turn it off prior to publication if there is a need to publish from master before we have the time to finish the sound implementation.

jbphet commented 2 years ago

By the way, I just tried turning off sound by modifying the package.json file and running grunt update, and it seemed to work fine, though I only did minimal testing. This might be a good option if the sim needs to be republished from master before the sound implementation is completed.