From 82f9b3f97f21dc202306d34c135f872503bc661e Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 4 Feb 2016 11:33:54 -0800 Subject: [PATCH] increase vol for voiceover --- .../DomainContent/CellScience/Scripts/showButtonToPlaySound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js b/unpublishedScripts/DomainContent/CellScience/Scripts/showButtonToPlaySound.js index 65fddd7ad3..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.035 + volume: 0.2 }; this.sound = SoundCache.getSound(this.soundURL); }