My Firefox version is 102.0.1.
I upgraded my desktop from Ubuntu 20.04 LTS to 22.04 LTS.
I noted now that Firefox was installed under snapd.
I noticed these events happening on my system:
No voices on getVoices() https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis/getVoices
On my system,
$ spd-say -O
OUTPUT MODULES
espeak-ng-mbrola
espeak-ng
$ spd-say -L
NAME LANGUAGE VARIANT
spd-say -L outputs an empty table, even though spd-say "Hello world" works.
The second module espeak-ng has voices installed. Running spd-say -o espeak-ng -L produces a long table.
The problem is that the default output module has no voices. How do I set the default module?
- spd-conf -d works
Is this a permission issue? Is TTS needed to be enabled somewhere?
Best Regards, Configentia
I managed to remove Firefox from snapd as per the link you gave and installed as a deb package.
There are still no voices in the voice array.
What can be done?
Thank you.
– Configentia Jul 23 '22 at 08:54