MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetSpeechVolume

Method SetSpeechVolume

engine/Poseidon/Audio/Text/SoundSystemText.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void SoundSystemText::SetSpeechVolume(float vol)
118{
119 LOG_DEBUG(Audio, "[AudioText] SetSpeechVolume({:.2f})", vol);
120 _speechVolume = vol;
121}
122
123void SoundSystemText::StartPreview()
124{

Callers 4

OnSliderPosChangedMethod · 0.45
OnButtonClickedMethod · 0.45
SetRowValueMethod · 0.45
TriSetVolumeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TriSetVolumeFunction · 0.36