dictation-service/read-aloud.service
Kade Heyborne cca6bd2aee
Refactor middle-click reader to read-aloud service with Alt+R hotkey and Piper TTS
- Rename middle-click-reader to read-aloud service
- Change hotkey from Ctrl+middle-click to Alt+R
- Replace edge-tts with Piper TTS for local neural voices
- Update desktop and service files
- Add piper-tts dependency
- Update tests and setup scripts
2025-12-10 20:10:44 -07:00

15 lines
418 B
Desktop File

[Unit]
Description=Read-Aloud Service (Alt+R)
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/mnt/storage/Development/dictation-service/.venv/bin/python /mnt/storage/Development/dictation-service/src/dictation_service/read_aloud.py
WorkingDirectory=/mnt/storage/Development/dictation-service
Restart=on-failure
RestartSec=5
[Install]
WantedBy=graphical-session.target