Audio Emitter

The AudioEmitterBehaviour emits an audio audio source every "emit interval" seconds. These audio sources can be listened to using an Listener. The Audio emitter behaviour creates an audio source which is pooled by the AudioSourceManager, which are set as children of the _Managers object.

Also see Audio sources, and see how you can create your own through code.