|
| void | Sound::SetMasterVolume (const float vol) |
| |
| float | Sound::GetMasterVolume () |
| |
| void | Sound::SetSfxVolume (const float vol) |
| |
| float | Sound::GetSfxVolume () |
| |
| void | Sound::CalculateStereo (const Body *b, float vol, float *volLeftOut, float *volRightOut) |
| |
| eventid | Sound::BodyMakeNoise (const Body *b, const char *sfx, float vol) |
| |
| bool | Sound::SetOp (eventid id, Op op) |
| |
| eventid | Sound::PlaySfx (const char *fx, const float volume_left, const float volume_right, const Op op) |
| |
| eventid | Sound::PlayMusic (const char *fx, const float volume_left, const float volume_right, const Op op) |
| |
| void | Sound::DestroyAllEvents () |
| |
| void | Sound::DestroyAllEventsExceptMusic () |
| |
| bool | Sound::Init (bool automaticallyOpenDevice) |
| |
| bool | Sound::InitDevice (std::string &name) |
| |
| void | Sound::Uninit () |
| |
| void | Sound::UpdateAudioDevices () |
| |
| void | Sound::Pause (int on) |
| |
| const std::map< std::string, Sample > & | Sound::GetSamples () |
| |