1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

No Issue - Remove speech recognition pref and enable TTS API by default.

Speech recognition was removed a while back. The pref is just leftover.
Having the TTS API available will provide some accessibility benefits
for users, so flip that on while we're here.
This commit is contained in:
Moonchild
2023-02-28 00:42:11 +01:00
committed by roytam1
parent 87b94f83ca
commit 2d7d00b75a
+2 -2
View File
@@ -599,8 +599,8 @@ pref("media.benchmark.frames", 300);
pref("media.benchmark.timeout", 1000);
#ifdef MOZ_WEBSPEECH
pref("media.webspeech.recognition.enable", false);
pref("media.webspeech.synth.enabled", false);
// Web text-to-speech API enabled?
pref("media.webspeech.synth.enabled", true);
#endif
#ifdef MOZ_WEBM_ENCODER
pref("media.encoder.webm.enabled", true);