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

Which technique is used for voice to text transformation? #74

Open
henriquecouto opened this issue Dec 16, 2019 · 3 comments
Open

Which technique is used for voice to text transformation? #74

henriquecouto opened this issue Dec 16, 2019 · 3 comments

Comments

@henriquecouto
Copy link

henriquecouto commented Dec 16, 2019

I am trying to find the technique used in transforming voice into text, if neural network is used, or some other method, but I was unsuccessful.

Question
Which AI technique is used for voice to text transformation?

Background Story
I am writing an article where a web application uses WebSpeechAPI, and important information is the technique used.

@foolip
Copy link
Collaborator

foolip commented Dec 19, 2019

@henriquecouto the text-to-speech engine used will be different for each browser and could differ between platforms.

@andrenatal @marcoscaceres perhaps you can share what Firefox uses, is it https://github.com/mozilla/TTS?

@marcoscaceres
Copy link
Collaborator

@andrenatal?

@andrenatal
Copy link

andrenatal commented Jan 5, 2020

@henriquecouto : for STT we are currently planning to use http://github.com/mozilla/deepspeech, which yes, is a neural net based speech recognition framework, but for TTS we offload the request to the OS, using, for example, SAPI on Windows, and the appropriate technology on other OSes.

We have, as @foolip rightfully mentioned, an open source project aiming to build a neural net based TTS framework, but it isn't currently in production on Firefox: https://github.com/mozilla/TTS

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

No branches or pull requests

4 participants