Home
last modified time | relevance | path

Searched refs:speechVolume (Results 1 – 19 of 19) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.cpp66 speechVolume = 10, variable
169 speechVolume = "speech_volume", variable
395 writer.writeKey(Key::speechVolume, audio.speechVolume); in save()
481 audio.speechVolume = reader.getKey(Section::Audio, Key::speechVolume, Default::speechVolume); in init()
H A DConfig.h136 float speechVolume; member
H A DCore.cpp672 ARXMenu_Options_Audio_SetSpeechVolume(config.audio.speechVolume); in initializeGame()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DMenuPublic.cpp196 config.audio.speechVolume = _iVolume; in ARXMenu_Options_Audio_SetSpeechVolume()
212 ARX_SOUND_MixerSetVolume(ARX_SOUND_MixerGameSpeech, config.audio.speechVolume * 0.1f); in ARXMenu_Options_Audio_ApplyGameVolumes()
232 ARXMenu_Options_Audio_SetSpeechVolume(config.audio.speechVolume); in ARXMenu_Options_Audio_SetEAX()
H A DMenuWidgets.cpp1186 ((CMenuSlider *)me)->setValue((int)config.audio.speechVolume); in Menu2_Render()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dguest_additions.h395 …nVolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;
432 void syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;
H A Dguest_additions.cpp1104 …const int16 speechVolume = (ConfMan.getInt("speech_volume") + 1) * 100 / Audio::Mixer::kMaxMixerVo… in restoreFromLauncher() local
1105 syncTorinVolumeFromScummVM(musicVolume, sfxVolume, speechVolume); in restoreFromLauncher()
1106 syncTorinUI(musicVolume, sfxVolume, speechVolume); in restoreFromLauncher()
1223 …VolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const { in restoreFromLauncher()
1226 _state->variables[VAR_GLOBAL][kGlobalVarTorinSpeechVolume] = make_reg(0, speechVolume); in restoreFromLauncher()
1585 …ions::syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const { in restoreFromLauncher()
1589 const int16 values[] = { musicVolume, sfxVolume, speechVolume }; in restoreFromLauncher()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dscummvm_file.cpp53 …double speechVolume = !ConfMan.hasKey("speech_volume") ? 1.0 : 1.0 * ConfMan.getInt("speech_volume… in setupConfigFile() local
69 formatDouble(speechVolume).c_str()); in setupConfigFile()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dguest_additions.h402 …nVolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;
443 void syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;
H A Dguest_additions.cpp1132 …const int16 speechVolume = (ConfMan.getInt("speech_volume") + 1) * 100 / Audio::Mixer::kMaxMixerVo… in restoreFromLauncher() local
1133 syncTorinVolumeFromScummVM(musicVolume, sfxVolume, speechVolume); in restoreFromLauncher()
1134 syncTorinUI(musicVolume, sfxVolume, speechVolume); in restoreFromLauncher()
1261 …VolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const { in restoreFromLauncher()
1264 _state->variables[VAR_GLOBAL][kGlobalVarTorinSpeechVolume] = make_reg(0, speechVolume); in restoreFromLauncher()
1641 …ions::syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const { in restoreFromLauncher()
1645 const int16 values[] = { musicVolume, sfxVolume, speechVolume }; in restoreFromLauncher()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/apis/
H A DFileProfileManager.cpp184 int speechVolume; in FilePushProfile() local
185 cfg->Read(PRO_CFG_SPEECH_VOLUME, &speechVolume, DEFAULT_SPEECH_VOLUME); in FilePushProfile()
187 ret = outConfig.Write(REG_KEY_SPEECH_VOLUME, speechVolume); in FilePushProfile()
H A DRegistryProfileManager.cpp311 int speechVolume; local
312 cfg->Read(PRO_CFG_SPEECH_VOLUME, &speechVolume, DEFAULT_SPEECH_VOLUME);
319 (BYTE*)&speechVolume,
320 sizeof(speechVolume));
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dscummvm_file.cpp60 …double speechVolume = !ConfMan.hasKey("speech_volume") ? 1.0 : 1.0 * ConfMan.getInt("speech_volume… in setupConfigFile() local
76 formatDouble(speechVolume).c_str()); in setupConfigFile()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DFileProfileManager.cpp198 int speechVolume; in FilePushProfile() local
199 cfg->Read(PRO_CFG_SPEECH_VOLUME, &speechVolume, DEFAULT_SPEECH_VOLUME); in FilePushProfile()
201 ret = outConfig.Write(REG_KEY_SPEECH_VOLUME, speechVolume); in FilePushProfile()
H A DRegistryProfileManager.cpp438 int speechVolume; in RegistryPushProfile() local
439 cfg->Read(PRO_CFG_SPEECH_VOLUME, &speechVolume, DEFAULT_SPEECH_VOLUME); in RegistryPushProfile()
446 (BYTE*)&speechVolume, in RegistryPushProfile()
447 sizeof(speechVolume)); in RegistryPushProfile()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsound.cpp53 int32 speechVolume = 64; variable
61 int32 GetSpeechVolume() { return speechVolume; } in GetSpeechVolume()
70 speechVolume = v; in SetSpeechVolume()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/tabs/
H A DBasicSettingsPage.cpp470 long speechVolume; in ProfileChanged() local
477 proman->ProfileRead(PRO_CFG_SPEECH_VOLUME, &speechVolume, speechSystemVolume, true); in ProfileChanged()
478 if ( speechVolume < 0 || speechVolume > 100 ) { in ProfileChanged()
481 speechVolume = DEFAULT_SPEECH_VOLUME; in ProfileChanged()
483 speechVoiceVolume->SetValue(speechVolume); in ProfileChanged()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/tabs/
H A DBasicSettingsPage.cpp443 long speechVolume; in ProfileChanged() local
450 proman->ProfileRead(PRO_CFG_SPEECH_VOLUME, &speechVolume, speechSystemVolume, true); in ProfileChanged()
451 if ( speechVolume < 0 || speechVolume > 100 ) { in ProfileChanged()
454 speechVolume = DEFAULT_SPEECH_VOLUME; in ProfileChanged()
456 speechVoiceVolume->SetValue(speechVolume); in ProfileChanged()
/dports/www/mattermost-webapp/mattermost/client/
H A Dmain.ea67f64bfaca6bdc766a.js.map1 …\n 'sort',\n 'soundVolume',\n 'spawn',\n 'speaker',\n 'speechVolume',\n 'speed',…