Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.41k stars 2.4k forks source link

Release new version with the latest code #166

Closed brett--anderson closed 7 years ago

brett--anderson commented 8 years ago

Firstly, thanks so much for working on this library, it's simple to use and incredibly useful!

I was trying to set the keyword elements for the CMU Sphinx recognition. I eventually noticed that the code installed with 3.4.6 doesn't take the keyword elements argument, while the most recent code in the master branch here does. I just copied the init.py file from this repo over the top of the one in site_packages/speech_recognition and everything worked perfectly.

It would be great if a newer version of the library was released to simplify the installation of this functionality.

Uberi commented 7 years ago

Fixed in 3.5.0!