piper icon indicating copy to clipboard operation
piper copied to clipboard

names of voices

Open willwade opened this issue 1 year ago • 1 comments

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)

willwade avatar May 14 '24 08:05 willwade

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

synesthesiam avatar May 18 '24 17:05 synesthesiam