speech_recognition
speech_recognition copied to clipboard
Speech recognition module for Python, supporting several engines and APIs, online and offline.
I tried everything from pipwin to unofficial binary file installation and tried everything. still in cmd : import pyaudio is working but if i write import pyaudio in python IDLE...
1. I don't know why this issue occurs but its something related to phrase_time_limit. I've set it to 5. 2. This is the code snippet containing the phrase- def takecommand():...
Steps to reproduce ------------------ pip install autopy 1. (How do you make the issue happen? Does it happen every time you try it?) 2. (Make sure to go into as...
I'm trying to make a virtual assistant, right now it's suppost to just write down what I say. However when I try to test it it returns, Traceback (most recent...
Steps to reproduce ------------------ 1. Visit https://pypi.org/project/SpeechRecognition/#files Expected behaviour ------------------ There should be a source package published along with the binary wheel. Actual behaviour ---------------- There's no source package. System...
The current PR provides DeepSpeech support within speech_recognition, similar to PocketSphinx. Model files need to be installed according to the README in the `deepspeech-data` directory.
It seems many of the recognize_* methods have not kept up with the time. In particular: - recognize_bing: Connects to the old Bing speech API which has been phased out...
Hi, I am opening a thread to track packaging efforts, to see how can effort be factorized among distros, My current interest is to make a recipe for Yocto/OE on...
Are there any plans to update the API calls within speech_recognition? I think this is a great package, but a lot of the service calls are out-of-date. Alternatively, is anyone...
Does this library support streaming of the audio data to the APIs? I can't find it in the documentation but since some APIs support it it would make the process...