| 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 fc428c548276ea988edbc27fce3e79b4e934fc0f..83fd6b5578f72f1de6032a296076d5d02451c8cb 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;
|
|
|