-
Notifications
You must be signed in to change notification settings - Fork 21
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
Speech to Text #553
Comments
Findings |
It does look like we can't feed in files: https://stackoverflow.com/questions/46267816/is-there-a-way-to-use-the-javascript-speechrecognition-api-with-an-audio-file I think we can design the UI so that it works only when the user is actually recording from the mic. In the future, we plan to shift to using Vachan API to power this for us. |
Implementing speech to text using the web speech recognition api is not possible in Electron JS. We have tried with different implementation in our app but nothing makes it worth. According to discussion in the web shows the feature of speech recognition is disable in chromium ( electron using chromium ) and web speech recognition api only work in browser. Work around code as draft PR for reference : #741 |
Since this can't be added to the electron app, we have added the feature to the Audio recorder RCL - https://recorder-rcl.netlify.app/#/SpeechToText |
Speech to Text
Ability to convert speech to text within the Audio Recorder Mode via APIs.
The text was updated successfully, but these errors were encountered: