repo: janusweb
action: commit
revision: 
path_from: 
revision_from: a748a860963942e60c2bd92ead777863f4c9229e:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit a748a860963942e60c2bd92ead777863f4c9229e
Author: James Baicoianu 
Date:   Sun Sep 10 01:00:44 2023 -0700

    Changed remoteplayer VOIP parameters

diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
index 46d6767ea2d4a752f973943f8e4a5fdfc5b0eb83..
index ..d341dafe253574d20bc919b41ea1a3273c60ffb9 100644
--- a/scripts/remoteplayer.js
+++ b/scripts/remoteplayer.js
@@ -113,8 +113,9 @@ elation.component.add('engine.things.remoteplayer', function() {
     this.mouth = this.createObject('sound', {
       pos: V(0, 0, 0),
       distancemodel: 'exponential',
-      dist: 8,
-      rolloff: 0.75,
+      dist: 1,
+      gain: 2,
+      rolloff: .8,
     });
     this.head.add(this.mouth._target);

-----END OF PAGE-----