mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09: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:
parent
87b94f83ca
commit
2d7d00b75a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue