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

[improve]Adding Voice Support for the Jarvis-Desktop #166

Open
muskankhedia opened this issue Mar 5, 2020 · 5 comments
Open

[improve]Adding Voice Support for the Jarvis-Desktop #166

muskankhedia opened this issue Mar 5, 2020 · 5 comments
Labels
gssoc20 Issue for GSSoC-2020 hard Hard Type issue

Comments

@muskankhedia
Copy link
Collaborator

muskankhedia commented Mar 5, 2020

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.

@Harkishen-Singh Harkishen-Singh added gssoc20 Issue for GSSoC-2020 medium Mudium type issue hard Hard Type issue and removed medium Mudium type issue labels Mar 8, 2020
@payal-98
Copy link

payal-98 commented Apr 3, 2020

can I work on this ?
by using java script and web speech api.
@Harkishen-Singh @muskankhedia

@Harkishen-Singh
Copy link
Owner

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.

@payal-98
Copy link

payal-98 commented Apr 3, 2020

@Harkishen-Singh Okk..another way is by using node.js and express using gtts library
can I use that for this ?

@Harkishen-Singh
Copy link
Owner

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.

@payal-98
Copy link

payal-98 commented Apr 4, 2020

ohh..I don't know that GTTS library is paid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc20 Issue for GSSoC-2020 hard Hard Type issue
Projects
None yet
Development

No branches or pull requests

3 participants