repo: janusweb action: commit revision: path_from: revision_from: 0d48af5f64503b42cfbb8b36e73345cb1fbc81f1: path_to: revision_to:
commit 0d48af5f64503b42cfbb8b36e73345cb1fbc81f1 Author: James BaicoianuDate: Sun Mar 10 17:19:30 2024 -0700 Changed defauilt remoteplayer audio rolloff diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
--- 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-----