mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
lower Eve's volume to about 75%
This commit is contained in:
parent
f8fcbca488
commit
626ae1c779
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ int main(int argc, const char* argv[]) {
|
||||||
// read eve's audio data
|
// read eve's audio data
|
||||||
AudioInjector eveAudioInjector("/etc/highfidelity/eve/resources/eve.raw");
|
AudioInjector eveAudioInjector("/etc/highfidelity/eve/resources/eve.raw");
|
||||||
|
|
||||||
|
// lower Eve's volume by setting the attentuation modifier (this is a value out of 255)
|
||||||
|
eveAudioInjector.setAttenuationModifier(190);
|
||||||
|
|
||||||
// register the callback for agent data creation
|
// register the callback for agent data creation
|
||||||
agentList->linkedDataCreateCallback = createAvatarDataForAgent;
|
agentList->linkedDataCreateCallback = createAvatarDataForAgent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue