API Documentation
|
#include <SoundManager.h>
Static Public Member Functions | |
static bool | TextToSpeech (const TextToSpeechRequest &s) |
static bool | SupportsTextToSpeech () |
static void | EnableTextToSpeech (bool enable) |
static Buffer< Sound > | AvailableSounds () |
static bool | PlaySound (const String &s) |
static void | AddSoundFactory (SoundFactory *factory) |
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 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |