fix(hass): set right voice for piper
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-27 04:27:46 -05:00
parent bb1b42fd21
commit 262873e28a

View file

@ -53,7 +53,7 @@
uri = "tcp://127.0.0.1:10200";
# see https://github.com/rhasspy/rhasspy3/blob/master/programs/tts/piper/script/download.py
voice = "en-us-ryan-low"; # using `hfc male (medium)` in GUI
voice = "en_US-hfc_male-medium";
speaker = 0;
};