Closed Skyere closed 3 years ago
I have fixed #6, but PA.py still stopped after start without any errors
Okay, I fixed it. But now I have another issue: The assistent hasn't hear me. Could you help me? I recieved "listening" in console but that's all
@Skyere which IDE you are using??
have you installed all the libraries required??
Yes, I installed all libraries. I'm using vs code
Is there any error while running the program or any highlighted text??
Without any errors or warning
Only "Listening..."
can you send me a screenshot??
I tried launch on console too. But received the same
@Skyere try this !!
write these lines after engine = pyttsx3.init()
voices = engine.getProperty('voices')
engine.setProperty('voice', voices[1])
Still the same error
is that voice assistant speaking??
Yes, I hear this text
then try to speak something in a slient environment, maybe it will recognize...
use headphones (with microphone) if possible...
sometimes due to noisy environment it stuck at listening and doesn't go to recognize the voice...
I'm tried use this to check my microphone
And this one recognize my voice
Hello @Skyere I am not getting what error you are facing !!
what should can I do??
It's working for me, I have tried to run the same code...
Just there was the only error for underscores before and after both name
and main
in this line
if __name__ == '__main__':
@Skyere I already told you check #6 And don't create new issues, it's just you are facing some errors while running this PA.py file there is no need to create such issues Only comment below these issues..