Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41604bcb authored by shwetachahar's avatar shwetachahar
Browse files

Add setting to enable higher text-to-speech rate.

Change-Id: I1e3c78870a5c083bed9dfc6d13601b7874b86583
parent fe434a15
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5051,6 +5051,14 @@ public final class Settings {
         */
        public static final String TTS_DEFAULT_SYNTH = "tts_default_synth";

        /**
         * Whether text-to-speech higher speech rate is enabled.
         * 0 = disabled.
         * 1 = enabled.
         * @hide
         */
        public static final String TTS_DEFAULT_HIGHER_SPEECH_RATE_ENABLED =
            "tts_default_higher_speech_rate_enabled";
        /**
         * Default text-to-speech language.
         *
@@ -5863,6 +5871,7 @@ public final class Settings {
            ACCESSIBILITY_CAPTIONING_WINDOW_COLOR,
            TTS_USE_DEFAULTS,
            TTS_DEFAULT_RATE,
            TTS_DEFAULT_HIGHER_SPEECH_RATE_ENABLED,
            TTS_DEFAULT_PITCH,
            TTS_DEFAULT_SYNTH,
            TTS_DEFAULT_LANG,