Fix MaryTTS example YAML (#19497)

This commit is contained in:
Franck Nijhof 2021-10-11 15:01:39 +02:00 committed by GitHub
parent 264cf92c37
commit fc163e8d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ""
```