Replies: 7 comments 4 replies
-
I like the voices from Larynx. Especially if this works. |
Beta Was this translation helpful? Give feedback.
-
The espeak male voices sound better than the female voices. They both are kind of robotic, though. |
Beta Was this translation helpful? Give feedback.
-
Hey! Sorry, I'm late to the party :) I just recently stumbled upon OpenVoiceOS and I really love the direction you're guys moving it into ❤️ As for the standard voice, some time ago, I was playing with different TTS models using Coqui API and I've made this simple script to run-them-all and generate a report to compare them. I was primarily looking for the ones, which are giving the best audio results, while keeping the least pressure on hardware. Have a look - https://github.com/kha84/tts-comparison |
Beta Was this translation helpful? Give feedback.
-
I am adding existing plugins to this repo https://github.com/OpenVoiceOS/ovos-tts-auto-cache all samples there are relevant |
Beta Was this translation helpful? Give feedback.
-
I like Allan Pope voice, as it sounds like Marvin the Paranoid Android from The Hitchhiker's Guide to the Galaxy :) |
Beta Was this translation helpful? Give feedback.
-
I personally prefer |
Beta Was this translation helpful? Give feedback.
-
ovos-core can run fully offline and without backend, you might not even have a pairing step
This means we need a default value for voice that works offline!
We also need to have a fallback_tts value, this one is used when the main TTS fails.
It's probably ok if we use the same TTS since the users will likely only change the main voice and this is the voice we always ensure is available
We will always need some binary installed, none of the local tts plugins are pure python, as long as it is FOSS and easily available we can consider any voice
At some point we might want to have a default per language, that will require code changes but we can start collecting data to inform that decision
Add more voices to the list below!
"en-US"
- Male"de-DE", "es-ES", "fr-FR", "it-IT", "en-US"
- FemaleBeta Was this translation helpful? Give feedback.
All reactions