phetsims / sound-waves

"Sound Waves" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 1 forks source link

Audible sound drops to zero when listener is at a non-zero amplitude sound wave #15

Closed matthew-blackman closed 1 year ago

matthew-blackman commented 1 year ago

To reproduce:

Screen Shot 2023-08-14 at 12 38 06 PM

The sound should have a non-zero amplitude at this point, consistent with the inverse-square law. This is an important pedagogical aspect that should block publication in my opinion. It should be relatively straightforward to track this down and implement the correct audio behavior.

matthew-blackman commented 1 year ago

The physics has been updated to apply the inverse square law correctly. Tested the audio on all screens and everything is sounding really good. Closing.