BetterDiscord-Plugins icon indicating copy to clipboard operation
BetterDiscord-Plugins copied to clipboard

[VoiceEvents] Speech Synthesis Voices not available on ubuntu.

Open ivenspontes opened this issue 4 years ago • 3 comments

i get this error message: Electron does not have any speech synthesis voices available on your system.

ubuntu 20.04

ivenspontes avatar Jun 25 '21 20:06 ivenspontes

Speech synthesis voices being unavailable is either because there is no speech synthesis installed on your system or it is installed in a way that Chromium/Electron is unable to find or make use of it. It's an issue with your system or Chromium/Electron, not with the plugin itself.

This is likely a similar problem to #27, there might be a few helpful infos there.

Zerthox avatar Jun 25 '21 22:06 Zerthox

Try running discord using the command: discord --enable-speech-dispatcher

ThePhxRises avatar Oct 27 '21 22:10 ThePhxRises

Try running discord using the command: discord --enable-speech-dispatcher

works fine, i change the .desktop file to Exec=sh -c "discord --enable-speech-dispatcher"

ivenspontes avatar Apr 06 '22 18:04 ivenspontes