voice recognition with Python 3

Asked

Viewed 952 times

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?

  • 1

    What libraries are you using?

  • 1

    Try this module: https://pypi.python.org/pypi/SpeechRecognition/

  • I used this same

  • 1

    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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.