|
|
@ -8,10 +8,10 @@
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The AppAudioManager is a Singleton object used to control audio settings / updates
|
|
|
|
* The AppAudioManager is a Singleton object used to control audio settings / updates
|
|
|
|
* for the entire application. This includes playing sounds appropriately, Initializing
|
|
|
|
* for the entire application. This includes playing sounds appropriately, Initializing
|
|
|
|
* Audio Settings, and interfacing with the OS. The Call Audio Pipeline it self is delegated
|
|
|
|
* Audio Settings, and interfacing with the OS. The Call Audio Pipeline itself is delegated
|
|
|
|
* to the RemoteIOAudio Class.
|
|
|
|
* to the RemoteIOAudio Class.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* The Audio Profile determines which preset of logic to use for playing sounds, Such as
|
|
|
|
* The AudioProfile determines which preset of logic to use for playing sounds, Such as
|
|
|
|
* which speaker to use or if all sounds should be muted.
|
|
|
|
* which speaker to use or if all sounds should be muted.
|
|
|
|
**/
|
|
|
|
**/
|
|
|
|
|
|
|
|
|
|
|
|