Skip to content

Commit fc163e8

Browse files
authored
Fix MaryTTS example YAML (home-assistant#19497)
1 parent 264cf92 commit fc163e8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/_integrations/marytts.markdown

+10-10
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ tts:
7676
voice: "cmu-slt-hsmm"
7777
language: "en_US"
7878
effect:
79-
Volume: "amount:2.0;",
80-
TractScaler: "amount:1.5;",
81-
F0Scale: "f0Scale:2.0;",
82-
F0Add: "f0Add:50.0;",
83-
Rate: "durScale:1.5;",
84-
Robot: "amount:100.0;",
85-
Whisper: "amount:100.0;",
86-
Stadium: "amount:100.0",
87-
Chorus: "delay1:466;amp1:0.54;delay2:600;amp2:-0.10;delay3:250;amp3:0.30",
88-
FIRFilter: "type:3;fc1:500.0;fc2:2000.0",
79+
Volume: "amount:2.0;"
80+
TractScaler: "amount:1.5;"
81+
F0Scale: "f0Scale:2.0;"
82+
F0Add: "f0Add:50.0;"
83+
Rate: "durScale:1.5;"
84+
Robot: "amount:100.0;"
85+
Whisper: "amount:100.0;"
86+
Stadium: "amount:100.0"
87+
Chorus: "delay1:466;amp1:0.54;delay2:600;amp2:-0.10;delay3:250;amp3:0.30"
88+
FIRFilter: "type:3;fc1:500.0;fc2:2000.0"
8989
JetPilot: ""
9090
```

0 commit comments

Comments
 (0)