nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
2.13k stars 333 forks source link

pyttsx3 on linux #156

Closed Amarnath1904 closed 3 years ago

Amarnath1904 commented 4 years ago

this is my code of the python program:

import pyttsx3

engin = pyttsx3.init()
engin.say("hello")
engin.runAndWait()

output is:

sh: 1: aplay: not found

please help me to get out of this error

issue-label-bot[bot] commented 4 years ago

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

mustious commented 3 years ago

seems you probably don't have alsa-utils. To install alsa-utils... sudo apt-get install alsa-utils

Potaziio commented 3 years ago

seems you probably don't have alsa-utils. To install alsa-utils... sudo apt-get install alsa-utils

Thanks this worked for me

Mario-mutondo commented 3 years ago

seems you probably don't have alsa-utils. To install alsa-utils... sudo apt-get install alsa-utils

isso funcionou para mi