Public Member Functions | |
| SoundManager (MortevielleEngine *vm, Audio::Mixer *mixer) | |
| int | decodeMusic (const byte *PSrc, byte *PDest, int size) |
| void | playSong (const byte *buf, uint usize, uint loops) |
| void | loadAmbiantSounds () |
| void | loadNoise () |
| void | startSpeech (int rep, int character, int typ) |
| void | waitSpeech () |
Public Attributes | |
| Audio::Mixer * | _mixer |
| Common::TextToSpeechManager * | _ttsMan |
| Audio::SoundHandle | _soundHandle |
| uint16 * | _cfiphBuffer |