3
I’m developing a desktop application, I need to use voice recognition, but all the material I think is related to version 2 of Python.
Does anyone know how to do this using libraries for Python 3?
3
I’m developing a desktop application, I need to use voice recognition, but all the material I think is related to version 2 of Python.
Does anyone know how to do this using libraries for Python 3?
Browser other questions tagged python python-3.x
You are not signed in. Login or sign up in order to post.
What libraries are you using?
– Leonel Sanches da Silva
Try this module: https://pypi.python.org/pypi/SpeechRecognition/
– Miguel
I used this same
– Gabriel Sousa
And what was the difficulty of using it in Python 3? As stated in the documentation, the requirement is "Python 2.6, 2.7, or 3.3+". So it should work with Python 3 above version 3.3... Provide more details, otherwise you run the risk of having your question closed as unclear.
– Luiz Vieira