repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 0d48af5f64503b42cfbb8b36e73345cb1fbc81f1:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 0d48af5f64503b42cfbb8b36e73345cb1fbc81f1
Author: James Baicoianu 
Date:   Sun Mar 10 17:19:30 2024 -0700

    Changed defauilt remoteplayer audio rolloff

diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
index d341dafe253574d20bc919b41ea1a3273c60ffb9..
index ..8c097fd2d3c367d263f044f6c47e625c2ad4c28d 100644
--- a/scripts/remoteplayer.js
+++ b/scripts/remoteplayer.js
@@ -115,7 +115,7 @@ elation.component.add('engine.things.remoteplayer', function() {
       distancemodel: 'exponential',
       dist: 1,
       gain: 2,
-      rolloff: .8,
+      rolloff: .4,
     });
     this.head.add(this.mouth._target);

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