Master Audio - AAA Sound Solution!  v2022
The ultimate AAA audio config tool
Package DarkTonic.MasterAudio

Namespaces

package  Multiplayer
 

Classes

class  AudioTransformExtensions
 This class contains extension methods so you can call some Master Audio methods with less parameters directly from the Transform object. More...
 
class  AudioUtil
 This class contains frequently used methods for audio in general. More...
 
class  DynamicSoundGroupCreator
 This class is used to configure and create temporary per-Scene Sound Groups and Buses More...
 
class  GroupBus
 This class is used to control 1 or more Sound Groups at once, for muting, volume, and other purposes. Sound Groups using the Bug are routed through it, and Bus output can be assigned to a Unity Mixer Group. More...
 
interface  ICustomEventReceiver
 This interface is used by EventSounds and can be implemented on your custom classes to listen for Custom Events that are fired. More...
 
class  MasterAudio
 This class contains the heart of the Master Audio API. There are also convenience methods here for Playlist Controllers, even though you can call those methods on the Playlist Controller itself as well. More...
 
class  MasterAudioGroup
 This class contains settings for the basic sound effects unit in Master Audio, known on the Sound Group. More...
 
class  MasterCustomEventAttribute
 This attribute can be used in public string fields in your custom scripts. It will show a dropdown of all Sound Groups in the Scene. More...
 
class  MusicSetting
 This class is used to populate a song for a PlaylistController through code if necessary. More...
 
class  PersistentAudioSettings
 This class allows you to set defaults that each Master Audio prefab will use during its Start event when the Scene loads up, only if you set the values via code. Useful for setting global SFX and music levels, as well as other more granular settings. More...
 
class  PlaylistAttribute
 This attribute can be used in public string fields in your custom scripts. It will show a dropdown of all Sound Groups in the Scene. More...
 
class  PlaylistController
 This class is used to host and play Playlists. Contains cross-fading, ducking and more! More...
 
class  PlaySoundResult
 This class is returned from MasterAudio.PlaySound methods unless you choose one of the 'AndForget' methods. It tells you whether the sound was played, scheduled or neither. It also contains a reference to the Variation used to play the sound. More...
 
class  SoundGroupAttribute
 This attribute can be used in public string fields in your custom scripts. It will show a dropdown of all Sound Groups in the Scene. More...
 
class  SoundGroupVariation
 This class contains the actual Audio Source, Unity Filter FX components and other convenience methods having to do with playing sound effects. More...
 
class  UtilStrings
 This class contains various string utility methods. More...