Skip to content
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

Integrating other voice recognition with API #67

Closed
Surdok opened this issue Feb 14, 2019 · 3 comments
Closed

Integrating other voice recognition with API #67

Surdok opened this issue Feb 14, 2019 · 3 comments
Labels

Comments

@Surdok
Copy link

Surdok commented Feb 14, 2019

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?

@DanielSWolf
Copy link
Owner

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.

@Surdok
Copy link
Author

Surdok commented Feb 14, 2019

I thought of mapping arabic letters to images of my choice based on the recognition API of google. I might give this idea a try.

@DanielSWolf
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants