-
Notifications
You must be signed in to change notification settings - Fork 147
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
More models for offline Speech Recognition #501
Comments
Good! |
I think this is a very good idea, but we need setup interface for new languages, and isn't it some other service that by default is used for speech recognition? |
@norbusan , we use google stt when we are online and we use PocketSphinx when we are offline |
Hey @stealthanthrax I want to solve this issue. While using SUSI-AI offline I got following error
and when I checked pocketsphinx-data it contains folder with name |
Hi @himanshupathak21061998 , I think this is a new bug which might have crept in while developing newer features. |
Because , I don't think that there is a different way to install SUSI on your system instead. |
@stealthanthrax @himanshupathak21061998 interesting. The
where Best would be further to have the code check which languages are installed, and fall back to english if the requested language is not available. It looks like an easy few line Python hack in |
Describe the bug
Currently, offline Speech Recognition only recognizes US English and more languages need to be supported.
Expected behavior
Configure more models from here https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/
Additional context
Reference for installation can be taken from here : https://github.com/Uberi/speech_recognition/blob/master/reference/pocketsphinx.rst#installing-other-languages
The text was updated successfully, but these errors were encountered: