-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve voice control #411
Comments
List of stuff, I would appreciate:
|
I would like to work on this voice control feature. Please guide me as to where to begin, and also is it a good first issue. Kinda new to all this |
Hi!
Wouldn't know why not.
So obviously we don't write own Speech Recognition - but just use a library. In our case: https://pypi.org/project/SpeechRecognition/ Voice control is implemented in |
How about us implementing the offline voice control with pocketsphinx. If you are still particular about keeping the SpeechRecognition module then maybe you can implement something to check if there's internet connection and switch accordingly. What do you think |
CMU Sphinx - which contains pocketsphinx - is in fact supported by SpeechRecognition. SpeechRecognition is a meta-module which unites multiple Speech Recognition services. If you have a good reason to call pocketsphinx directly, that would perfectly ok. But yes: Having offline SpeechRecognition would be great and CMUSphinx was in fact what I had in mind. |
Was skimming through issues. Would like to know for which of the following backends, support is built?:
|
Currently only Google Speech Recognition - Speech Recognition is in a really, really early stage... |
Use vosk for STT. It's the best and all local. |
Thanks for the tip! Will definitely take a close look at STT and Juliet |
Any update on this? |
Let's hope soon ;). |
I working on jarvis project but I get error of Pyaudio how can I fix it |
@44-Unknown |
pip can't install pyaudio correctly. Use conda instead. |
or install pyaudio wheel and pip install the wheel file name |
Since basic Voice control (#395) is merged (#408), I'm opening this as a discussion thread for any kind of improvements for voice control.
Any help or suggestions welcome!
The text was updated successfully, but these errors were encountered: