Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void SoundSystemText::SetSpeechVolume(float vol)
118
{
119
LOG_DEBUG(Audio,
"[AudioText] SetSpeechVolume({:.2f})"
, vol);
120
_speechVolume = vol;
121
}
122
123
void SoundSystemText::StartPreview()
124
{
Callers
4
OnSliderPosChanged
Method · 0.45
OnButtonClicked
Method · 0.45
SetRowValue
Method · 0.45
TriSetVolume
Function · 0.45
Calls
no outgoing calls
Tested by
1
TriSetVolume
Function · 0.36