Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taroushirani committed Aug 3, 2022
1 parent 07f06d4 commit a7f07b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synthesis/enulib/acoustic.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def timing2acoustic(config: DictConfig, timing_path, acoustic_path):
continuous_dict,
config.acoustic.subphone_features,
pitch_indices,
config.log_f0_conditioning
config.log_f0_conditioning,
force_clip_input_features
)

# csvファイルとしてAcousticの行列を出力
Expand Down

0 comments on commit a7f07b5

Please sign in to comment.