Add speak_service.py - one-call text-to-speech through head speaker 🦊🎤

This commit is contained in:
Alex Kazaiev
2026-01-02 22:14:47 -06:00
parent f2b4e50210
commit fec3fcc6a0
2 changed files with 183 additions and 0 deletions

14
vixy-speak.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Vixy Speak Service
After=network.target
[Service]
Type=simple
User=alex
WorkingDirectory=/home/alex/eyes
ExecStart=/usr/bin/python3 /home/alex/eyes/speak_service.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target