| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| index 904d34fb86b488907693ef841e1baec54067993b..98c77eda5039e3255afe0b2a6e3cbdf894b01b3f 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| @@ -18,7 +18,7 @@ EarconEngine = function() {
|
| // Public control parameters. All of these are meant to be adjustable.
|
|
|
| /** @type {number} The master volume, as an amplification factor. */
|
| - this.masterVolume = 0.2;
|
| + this.masterVolume = 1.0;
|
|
|
| /** @type {number} The base relative pitch adjustment, in half-steps. */
|
| this.masterPitch = -4;
|
|
|