thomasweng15 / E.V.E.

a talking Jarvis program written in Python.
221 stars 27 forks source link

Recognizing audio input #7

Open thomasweng15 opened 11 years ago

thomasweng15 commented 11 years ago

From Matt (olanmatt): When I try to run the code it does not crash, but it doesn't seem to recognize any audio input from either one of my test devices (Linux Mint and Fedora). I simply get a nice greeting from EVE and then try as I might... nothing more.

ZEROF commented 10 years ago

Hi, same issue here. Linux user too.

ghost commented 9 years ago

same issue on ubuntu with bluetooth headset

rudrathegreat commented 3 years ago

check ur mic settings. Portaudio is probably recognising a mic from which to record from, but the microphone itself is not picking up anything.

gautamaakash41 commented 1 year ago

First you should install that all. $pip install speechrecognition $pip install pyaudio $pip install pyttsx3 $pip install Wikipedia etc.