snapcrafters / scummvm

A community-maintained package to easily install ScummVM on Linux
MIT License
7 stars 3 forks source link

Implement TTS (text to speech) support via speech-dispatcher #15

Closed lotharsm closed 4 years ago

lotharsm commented 4 years ago

Finally. This must have been the worst Code-to-time-ratio in history of all mankind.

Shoutout to @AlanGriffiths for pointing out I was partially looking at the wrong direction and missing the idea of launching speech-dispatcher via a launch script.

Closes https://github.com/snapcrafters/scummvm/issues/12.

johannesjo commented 1 year ago

I hope it is ok if I comment here, but I am running out of ideas... I am trying to make tts work within an electron app. Works fine on all platforms but not with snaps :( Are all these steps necessary? Any ideas possibly how to properly set this up with electron builder?