Open muskankhedia opened 4 years ago
can I work on this ? by using java script and web speech api. @Harkishen-Singh @muskankhedia
Webspech api by w3c will not work on electronjs, since electron uses chromium. You need to look at something from node side. That's what I think. Open for suggestions.
@Harkishen-Singh Okk..another way is by using node.js and express using gtts library can I use that for this ?
We don't want to have a paid version of stt or tts. One way is to convert into audio and then play it. This can be done via Linux command. Still not the best approach.
ohh..I don't know that GTTS library is paid
Is your feature request related to a problem? Please describe. Adding voice support for the Jarvis-Desktop app as it is in the Jarvis Web Application. This issue extends to both the text-to-speech as well as speech-to-text requirements. This can be solved in 2 different PRs.
Describe the solution you'd like There are some available libraries for text to speech in electron, any of them can be used.
Describe alternatives you've considered Any of these or any package better than this can be used to implement the feature. Suggestions are most welcome.