Home
last modified time | relevance | path

Searched refs:playVoiceStream (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sound/
H A Dsound_lol.cpp109 _sound->playVoiceStream(*_speechList.begin(), &_speechHandle); in snd_playCharacterSpeech()
125 _sound->playVoiceStream(*_speechList.begin(), &_speechHandle); in snd_updateCharacterSpeech()
H A Dsound.cpp76 playVoiceStream(audioStream, handle, volume, priority, isSfx); in voicePlay()
104 bool Sound::playVoiceStream(Audio::AudioStream *stream, Audio::SoundHandle *handle, uint8 volume, u… in playVoiceStream() function in Kyra::Sound
H A Dsound.h257 …bool playVoiceStream(Audio::AudioStream *stream, Audio::SoundHandle *handle = 0, uint8 volume = 25…
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sound/
H A Dsound_lol.cpp109 _sound->playVoiceStream(*_speechList.begin(), &_speechHandle); in snd_playCharacterSpeech()
125 _sound->playVoiceStream(*_speechList.begin(), &_speechHandle); in snd_updateCharacterSpeech()
H A Dsound.cpp76 playVoiceStream(audioStream, handle, volume, priority, isSfx); in voicePlay()
104 bool Sound::playVoiceStream(Audio::AudioStream *stream, Audio::SoundHandle *handle, uint8 volume, u… in playVoiceStream() function in Kyra::Sound
H A Dsound.h259 …bool playVoiceStream(Audio::AudioStream *stream, Audio::SoundHandle *handle = 0, uint8 volume = 25…