gia-guar / JARVIS-ChatGPT

A Conversational Assistant equipped with synthetic voices including J.A.R.V.I.S's. Powered by OpenAI and IBM Watson APIs and a Tacotron model for voice generation.
MIT License
383 stars 89 forks source link

Simpler TTS alternative (not issue but no other way to post) #9

Open virtuallyaverage opened 1 year ago

virtuallyaverage commented 1 year ago

I found this TTS project and thought it might be a valid option for more realistic locally hosted TTS: https://github.com/suno-ai/bark

It can be installed via pip and used in 5 lines of code. Though performance is a factor I haven't tested and potentially a downside, it sounds like it could be a neat consideration.

gia-guar commented 1 year ago

Hey, sorry for late response. I'm taking some time off from this project. I'll look into that, it sounds really expressive and supports multiple languages too. Anyway currently the project supports TTS for voice duplication, IBM Cloud, ElevenLabs and Pyttsx3 so the real challenge is to find a way to handle all the options in a smart way. It might come in action as a multilanguage alternative to Elevenlabs but their voices sounds much better.