You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: