You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to integrate a speech recognition API other than PocketSphinx. Nor is there a way to change the phoneme-to-viseme mapping.
Both are hard-coded into the software. If you know how to program in C++, you might try implementing those yourself. It might be a bit tricky, though, especially integrating Google speech-to-text.
May I ask what you are trying to do? Maybe there's a way to get there without changing the code.
I see. I've been thinking about adding support for languages other than English for a while now, but that isn't easy (see #5). Have you had a look at the phonetic recognizer yet?
Anyway, good luck adding support for Arabic! Let me know how it goes!
Greetings. I'm in love with what you created :), its astounding.
Anyway i have a small suggestion, can i somehow integrate the voice recognition with the text-to-speech using google cloud? i mean this one : https://cloud.google.com/speech-to-text/docs/languages
And i can specify which letters represent what image is displayed?
The text was updated successfully, but these errors were encountered: