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

Have you experienced issues with speech to text failing? Could we look into implementing some form of consensus among the available providers? #47

Open
ryhamz opened this issue Feb 15, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@ryhamz
Copy link

ryhamz commented Feb 15, 2019

If text to speech isn't a bottle neck, then disregard this.

If speech to text produces an appreciable number of errors though, I or we could look into gathering a consensus value from the available tools.

e.g. If Amazon produces a string (s1), but Microsoft and Mozilla are in agreement on a string (s2), we can toss out Amazon's string and proceed with s2.

@ryhamz ryhamz changed the title Have you experienced any issues with text to speech failing? Could we look into implementing some form of consensus among the available providers? Have you experienced issues with text to speech failing? Could we look into implementing some form of consensus among the available providers? Feb 15, 2019
@ryhamz ryhamz changed the title Have you experienced issues with text to speech failing? Could we look into implementing some form of consensus among the available providers? Have you experienced issues with speech to text failing? Could we look into implementing some form of consensus among the available providers? Feb 15, 2019
@mikeyy
Copy link
Owner

mikeyy commented Feb 17, 2019

This is something I've thought over although I haven't got around to implementing certain measures to mitigate avoidable repeated failures, including fallback measures for incorrectly deciphered audio for each services. I'd also like to attempt storing parts of the audios metadata, in the form of an MD5 hash or the likes as some sort of cache, along with it's success and it's answer or vice-versa.

Unfortunately, I'm lacking funds to actually pursue this task anytime soon. It is my deepest regret that until then this project's future is at a full-stop.

@mikeyy mikeyy added the enhancement New feature or request label Feb 17, 2019
@ryhamz
Copy link
Author

ryhamz commented Feb 17, 2019

Sounds good. I was actually coming at it form the angle of "would this be worthwhile to attempt building out myself in order to pull request in? It could be fun.

Totally understand that you see this project as near-ceased, in terms of your involvement.

@mikeyy
Copy link
Owner

mikeyy commented Feb 17, 2019

Oh, well in that case, most definitely - go for it!

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

No branches or pull requests

2 participants