Skip to content

nullSoundPlayer

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/tambo/blob/main/js/nullSoundPlayer.ts for the most up-to-date information.

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.