nerdaxic / glados-voice-assistant

DIY Voice Assistant based on the GLaDOS character from Portal video game series. Works with home assistant!
https://www.henrirantanen.fi/2022/02/10/glados-voice-assistant-with-custom-text-to-speech/?utm_source=github.com&utm_medium=social&utm_campaign=post&utm_content=DIY+GLaDOS+Voice+Assistant+with+Python+and+Raspberry+Pi
Other
279 stars 23 forks source link

added audio/tts folder and .gitignore there #16

Closed salleq closed 2 years ago

salleq commented 2 years ago

I created the folder tts under audio and a .gitignore file there so that whenever cloning your repo one doesn't need to manually create the folder.

salleq commented 2 years ago

With the latest changes glados crashed on me. I had to put error hooks (or whatever they're called) to keep continuing when a pixel ring isn't available. I believe the best way would be to configure the existence of the ring in the settings.env and just have a check for that setting, but that's beyond my knowledge.

Feel free to discard this PR if you know a better way. I still do get pixel_ring not defined errors with this but it's not fatal.