Skip to content

Commit 2a10f27

Browse files
committed
optimize smooth width
1 parent f6af252 commit 2a10f27

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

configs/acoustic.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ spec_max: [0]
4242
mel_vmin: -14.
4343
mel_vmax: 4.
4444
mel_base: 'e'
45-
energy_smooth_width: 0.12
46-
breathiness_smooth_width: 0.12
47-
voicing_smooth_width: 0.12
48-
tension_smooth_width: 0.12
45+
energy_smooth_width: 0.06
46+
breathiness_smooth_width: 0.06
47+
voicing_smooth_width: 0.06
48+
tension_smooth_width: 0.06
4949

5050
use_lang_id: false
5151
num_lang: 1

configs/variance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ pitch_prediction_args:
7676

7777
energy_db_min: -96.0
7878
energy_db_max: -12.0
79-
energy_smooth_width: 0.12
79+
energy_smooth_width: 0.06
8080

8181
breathiness_db_min: -96.0
8282
breathiness_db_max: -20.0
83-
breathiness_smooth_width: 0.12
83+
breathiness_smooth_width: 0.06
8484
voicing_db_min: -96.0
8585
voicing_db_max: -12.0
86-
voicing_smooth_width: 0.12
86+
voicing_smooth_width: 0.06
8787

8888
tension_logit_min: -10.0
8989
tension_logit_max: 10.0
90-
tension_smooth_width: 0.12
90+
tension_smooth_width: 0.06
9191

9292
variances_prediction_args:
9393
total_repeat_bins: 48

0 commit comments

Comments
 (0)