how can i add TTS with pyttsx3 if i need to install the espeak, ffmpeg, and libespeak1 deb pakegeges? #595
-
So I'm trying to add TTS, and I'm starting by adding the needed libraries in the com.jeffser.Alpaca.json file as I think it is the dependency management file. The pyttsx3 docs say I need to install espeak, ffmpeg, and libespeak1 packages as dependencies. So I have a few questions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe I should use https://pypi.org/project/TTS/ instead of pyttsx3. |
Beta Was this translation helpful? Give feedback.
-
Hi, that's something I will work in the future, com.jeffser.Alpaca manages the flatpak dependencies, it can't use deb packages |
Beta Was this translation helpful? Give feedback.
Hi, that's something I will work in the future, com.jeffser.Alpaca manages the flatpak dependencies, it can't use deb packages