mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +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
|
||||
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
|
||||
agentList->linkedDataCreateCallback = createAvatarDataForAgent;
|
||||
|
||||
|
|
Loading…
Reference in a new issue