decrease all volume

This commit is contained in:
James B. Pollack 2016-02-01 16:48:15 -08:00
parent bad6a15f09
commit 25fe8583c8
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
stereo: true, stereo: true,
loop: true, loop: true,
localOnly: true, localOnly: true,
volume: 0.5 volume: 0.2
}; };
this.sound = SoundCache.getSound(self.soundURL); this.sound = SoundCache.getSound(self.soundURL);

View file

@ -24,7 +24,7 @@
stereo: true, stereo: true,
loop: false, loop: false,
localOnly: true, localOnly: true,
volume: 0.5 volume: 0.2
}; };
this.sound = SoundCache.getSound(this.soundURL); this.sound = SoundCache.getSound(this.soundURL);
} }

View file

@ -22,7 +22,7 @@
stereo: true, stereo: true,
loop: false, loop: false,
localOnly: true, localOnly: true,
volume: 0.5, volume: 0.2,
position: this.position position: this.position
}; };
this.sound = SoundCache.getSound(this.soundURL); this.sound = SoundCache.getSound(this.soundURL);

View file

@ -25,7 +25,7 @@
loop: false, loop: false,
localOnly: false, localOnly: false,
position: this.position, position: this.position,
volume: 0.5 volume: 0.2
}; };
this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav"); this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav");
//print('Script.clearTimeout PRELOADING A ZOOM ENTITY') //print('Script.clearTimeout PRELOADING A ZOOM ENTITY')