VR-Engage  2.2
Loading...
Searching...
No Matches
Human Audio Updater Role Parameters

Detailed Description

Collaboration diagram for Human Audio Updater Role Parameters:

Variables

constexpr const char * HumanAudioUpdaterConfig::soundConfig = "soundConfig"
 
constexpr const char * HumanAudioUpdaterConfig::soundscape = "soundscape"
 
constexpr const char * HumanAudioUpdaterConfig::soundscapeVolume = "soundscapeVolume"
 

Variable Documentation

◆ soundConfig

const char* HumanAudioUpdaterConfig::soundConfig = "soundConfig"
constexpr
Parameter NamesoundConfig
Parameter DescriptionConfiguration table containing audio settings for parachute and weapon sounds.
Parameter Typetable
Parameter Default{}
Required?No

Example Role Config Usage:

["humanAudioUpdater"] = {
...
soundConfig = {};
...
};

◆ soundscape

const char* HumanAudioUpdaterConfig::soundscape = "soundscape"
constexpr
Parameter Namesoundscape
Parameter DescriptionName of the soundscape configuration file for ambient audio.
Parameter Typestring
Parameter Default""
Required?No

Example Role Config Usage:

["humanAudioUpdater"] = {
...
soundscape = "";
...
};

◆ soundscapeVolume

const char* HumanAudioUpdaterConfig::soundscapeVolume = "soundscapeVolume"
constexpr
Parameter NamesoundscapeVolume
Parameter DescriptionVolume level for the ambient soundscape audio.
Parameter Typedouble
Parameter Default0.7
Required?No

Example Role Config Usage:

["humanAudioUpdater"] = {
...
soundscapeVolume = 0.7;
...
};