lower Eve's volume to about 75%

This commit is contained in:
Stephen Birarda 2013-05-10 16:55:18 -07:00
parent f8fcbca488
commit 626ae1c779

View file

@ -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;