Ai-Austin / GPT4ALL-Voice-Assistant

This is a 100% offline GPT4ALL Voice Assistant. Completely open source and privacy friendly. Use any language model on GPT4ALL. Background process voice detection. Watch the full YouTube tutorial for setup guide: https://youtu.be/6zAk0KHmiGw
https://youtu.be/6zAk0KHmiGw
MIT License
159 stars 59 forks source link

Locally generated realistic neural voices using piper-tts #11

Closed MihajloPi closed 7 months ago

MihajloPi commented 7 months ago

Piper-tts is a neural network for generating high-quality neural voices locally. Some voices like Ryan US voice offer high quality sound; meanwhile most voices are medium which still sounds amazing, or offer low quality.

This is a very simple addition and uses piper-tts in the shell called via os.system() and aplay to play the voice while it's still generating.