I'm trying to make a text to speech experiment. I have pyttsx 1.1 installed. And this is the test script I'm running:
pyttsx/run.py at master · parente/pyttsx · GitHub
It reports an error: "OSError: libespeak.so.1: cannot open shared object file: No such file or directory"
Seems like libespeak.so.1 is not installed. How should I install it to make my project work? Thanks!