From 25fe8583c8c5ef6a6d26a9b0f27590537be9cf70 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 1 Feb 2016 16:48:15 -0800 Subject: [PATCH] decrease all volume --- .../DomainContent/CellScience/Scripts/playBackgroundAudio.js | 2 +- .../DomainContent/CellScience/Scripts/showButtonToPlaySound.js | 2 +- .../DomainContent/CellScience/Scripts/showIdentification.js | 2 +- unpublishedScripts/DomainContent/CellScience/Scripts/zoom.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/playBackgroundAudio.js b/unpublishedScripts/DomainContent/CellScience/Scripts/playBackgroundAudio.js index 0cb348c3f4..4bde42fb38 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/playBackgroundAudio.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/playBackgroundAudio.js @@ -20,7 +20,7 @@ stereo: true, loop: true, localOnly: true, - volume: 0.5 + volume: 0.2 }; this.sound = SoundCache.getSound(self.soundURL); diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js index e505a532e3..7e51dcd9d1 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js @@ -24,7 +24,7 @@ stereo: true, loop: false, localOnly: true, - volume: 0.5 + volume: 0.2 }; this.sound = SoundCache.getSound(this.soundURL); } diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/showIdentification.js b/unpublishedScripts/DomainContent/CellScience/Scripts/showIdentification.js index c0b0cb54d4..bfc6c70292 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/showIdentification.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/showIdentification.js @@ -22,7 +22,7 @@ stereo: true, loop: false, localOnly: true, - volume: 0.5, + volume: 0.2, position: this.position }; this.sound = SoundCache.getSound(this.soundURL); diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/zoom.js b/unpublishedScripts/DomainContent/CellScience/Scripts/zoom.js index d69f33e7c9..c644cbe4f9 100644 --- a/unpublishedScripts/DomainContent/CellScience/Scripts/zoom.js +++ b/unpublishedScripts/DomainContent/CellScience/Scripts/zoom.js @@ -25,7 +25,7 @@ loop: false, localOnly: false, position: this.position, - volume: 0.5 + volume: 0.2 }; this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav"); //print('Script.clearTimeout PRELOADING A ZOOM ENTITY')