fix(hass): set right voice for piper
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
bb1b42fd21
commit
262873e28a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue