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

names of voices #499

Open
willwade opened this issue May 14, 2024 · 1 comment
Open

names of voices #499

willwade opened this issue May 14, 2024 · 1 comment

Comments

@willwade
Copy link

I'm working on a bunch of new aspects to TTS-Wrapper - a wrapper library around quite a few online TTS systems

https://github.com/willwade/tts-wrapper/tree/piper-tts

Largely commercial systems. The wrapper makes it all a bit easier to write a unified TTS system. It works alongside https://github.com/willwade/py3-tts - which is largely on-device TTS (SAPI, NSS, espeak (although espeak broken IMHO).

anyway we have a get_voices call - which is nice as piper has a similar method. But am I missing something about the name of the voices?

In https://github.com/rhasspy/piper/blob/master/VOICES.md - we have names - but Im not seeing that in the upstream json https://github.com/rhasspy/piper/blob/master/src/python_run/piper/voices.json (or the one on huggingface)

@synesthesiam
Copy link
Contributor

Cool project, especially the SSML support!

A more up-to-date JSON file is here: https://huggingface.co/rhasspy/piper-voices/blob/main/voices.json

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