t41372 / Open-LLM-VTuber

Talk to any LLM with hands-free voice interaction, voice interruption, Live2D taking face, and long-term memory running locally across platforms
MIT License
1.36k stars 131 forks source link

[Idea] How About Replacing Azure Voice With PiperTTS ? #1

Open codecooker1 opened 6 months ago

codecooker1 commented 6 months ago

Well I'm currently working a kinda similar project like you and there I'm using the piper tts for the ai voice. I actually found this project pretty interesting so I think it would be better to use open source for the tts too. As piper is optimized forr using on Raspberry pi 4 it shouldn't have a huge performance impact.

PS. Sorry for the bad english

t41372 commented 5 months ago

I'm having some trouble installing PiperTTS on my local machine. There are some problems with piperTTS on macOS right now. I'll probably wait for it to be resolved. https://github.com/rhasspy/piper/issues/509 In the meantime, I have edited my garbage code to make adding and switching between TTS models easier.

scalar27 commented 4 months ago

Not that I understand what he did, I think this person figured it out: https://github.com/DissonanceTK/MacReddy/commit/5560b21279e17f8c3947fc1c2de2914aa3af2609

t41372 commented 4 months ago

Looks pretty nice. I'll look into it.