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

Support Mozilla TTS engine #10

Open
lyz-code opened this issue Feb 4, 2021 · 6 comments
Open

Support Mozilla TTS engine #10

lyz-code opened this issue Feb 4, 2021 · 6 comments

Comments

@lyz-code
Copy link

lyz-code commented Feb 4, 2021

Hi, Mozilla TTS sounds awesome, and I think it would be a good engine addition to talkey.

@grigi
Copy link
Owner

grigi commented Feb 8, 2021

That's actually very interesting. The inverse of their DeepSpeech dataset? I didn't know it exists.

@lyz-code
Copy link
Author

lyz-code commented Feb 8, 2021

Sorry, I liked the STT, here is their TTS, they are both based on the Common Voice datasets

@grigi
Copy link
Owner

grigi commented Feb 9, 2021

I have to say, that voice is a really good quality. Installation is huge, but not difficult. It seems like using it as a HTTP service would be easiest?

@lyz-code
Copy link
Author

I wasn't aware that they had their HTTP service (if I understood you well). I would personally prefer to self host it for privacy concerns, but I can see why the regular user would prefer not to install things and rely on existent services.

If supporting both options is not much work, that would be awesome :)

@grigi
Copy link
Owner

grigi commented Feb 10, 2021

When you install it you have the tts library which takes a long time to startup, and tts-server service which provides an http api.

It's self hosted in both cases.

Either would work, but deploying the service on a more powerful server would give faster speech results, for example.

@lyz-code
Copy link
Author

I see, then the HTTP API server suits my case perfectly.

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

2 participants