Defines audio related classes, such as the listener and emitter
TODO implement sound struct struct Sound { Wav soundfile; }
Emitter object that plays sounds that listeners can hear
Listener object that hears sounds and sends them to the audio output device (usually attaced to the camera)
See Source File
Defines audio related classes, such as the listener and emitter