nullSoundPlayer¶
Overview¶
The nullSoundPlayer is a singleton that implements the TSoundPlayer interface but produces no sound. It is most often used to turn off sound generation in an interactive component that produces sound by default.
@author John Blanco (PhET Interactive Simulations)
Source Code¶
See the source for nullSoundPlayer.ts in the tambo repository.