![]() |
API Documentation
|
Handles iterating through sound factories until one is able to produce sound given the input sound resource. More...
#include <SoundManager.h>
Static Public Member Functions | |
| static void | AddSoundFactory (SoundFactory *factory) |
| static Buffer< Sound > | AvailableSounds () |
| static void | EnableTextToSpeech (bool enable) |
| static bool | PlaySound (const String &s) |
| static bool | SupportsTextToSpeech () |
| static bool | TextToSpeech (const TextToSpeechRequest &s) |
Static Public Attributes | |
| static ApplicationOption< bool > | enable_sound |
| static ApplicationOption< bool > | enable_text_to_speech |
| static ApplicationOption< bool > | grab_volume_keys |
Static Protected Attributes | |
| static Buffer< SoundFactory * > | s_sound_factories |
Handles iterating through sound factories until one is able to produce sound given the input sound resource.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |