repo: janusweb action: commit revision: path_from: revision_from: a748a860963942e60c2bd92ead777863f4c9229e: path_to: revision_to:
commit a748a860963942e60c2bd92ead777863f4c9229e Author: James BaicoianuDate: Sun Sep 10 01:00:44 2023 -0700 Changed remoteplayer VOIP parameters diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
--- 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-----