forked from sovaai/sova-tts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
62 lines (51 loc) · 1.11 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
general:
device: "cuda"
pause_type: "silence"
sample_rate: 22050
logging:
log_level: INFO
log_file:
natasha:
voice_control_cfg: data/natasha/voice_natasha.yaml
user_dict: data/user_dict.json
text_handler:
config: ru
out_max_length: 200
modules:
engine: tacotron2
vocoder: waveglow
engine:
tacotron2:
model_path: data/natasha/checkpoint_natasha
hparams_path:
options:
steps_per_symbol: 10
gate_threshold: 0.5
vocoder:
waveglow:
model_path: data/natasha/waveglow_ljs_nvidia.pt
options:
sigma: 0.666
strength: 0.1
ruslan:
voice_control_cfg: data/ruslan/voice_ruslan.yaml
user_dict: data/user_dict.json
text_handler:
config: ru
out_max_length: 200
modules:
engine: tacotron2
vocoder: waveglow
engine:
tacotron2:
model_path: data/ruslan/checkpoint_ruslan
hparams_path:
options:
steps_per_symbol: 10
gate_threshold: 0.5
vocoder:
waveglow:
model_path: data/ruslan/waveglow_ruslan.pt
options:
sigma: 0.666
strength: 0.1