ajith-io / SDLC_18_Geek_Squad

0 stars 1 forks source link

Audio failing in linux : Pyttsx3 #4

Closed ajith-io closed 3 years ago

ajith-io commented 3 years ago

pyaudio not running in Ubuntu. This is for text to speech using pyttsx3

ajith-io commented 3 years ago

Solved : needed to install additional lib

do: sudo apt-get install libjack-jackd2-dev portaudio19-dev or sudo apt-get install portaudio19-dev

before installing

sudo apt-get install python-pyaudio

Resource: https://stackoverflow.com/questions/50457197/pyaudio-installation-failure-on-ubuntu