mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix MaryTTS example YAML (#19497)
This commit is contained in:
parent
264cf92c37
commit
fc163e8d8e
@ -76,15 +76,15 @@ tts:
|
||||
voice: "cmu-slt-hsmm"
|
||||
language: "en_US"
|
||||
effect:
|
||||
Volume: "amount:2.0;",
|
||||
TractScaler: "amount:1.5;",
|
||||
F0Scale: "f0Scale:2.0;",
|
||||
F0Add: "f0Add:50.0;",
|
||||
Rate: "durScale:1.5;",
|
||||
Robot: "amount:100.0;",
|
||||
Whisper: "amount:100.0;",
|
||||
Stadium: "amount:100.0",
|
||||
Chorus: "delay1:466;amp1:0.54;delay2:600;amp2:-0.10;delay3:250;amp3:0.30",
|
||||
FIRFilter: "type:3;fc1:500.0;fc2:2000.0",
|
||||
Volume: "amount:2.0;"
|
||||
TractScaler: "amount:1.5;"
|
||||
F0Scale: "f0Scale:2.0;"
|
||||
F0Add: "f0Add:50.0;"
|
||||
Rate: "durScale:1.5;"
|
||||
Robot: "amount:100.0;"
|
||||
Whisper: "amount:100.0;"
|
||||
Stadium: "amount:100.0"
|
||||
Chorus: "delay1:466;amp1:0.54;delay2:600;amp2:-0.10;delay3:250;amp3:0.30"
|
||||
FIRFilter: "type:3;fc1:500.0;fc2:2000.0"
|
||||
JetPilot: ""
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user