diff --git a/synthesis/enulib/acoustic.py b/synthesis/enulib/acoustic.py old mode 100644 new mode 100755 index 86c38c2..a82328e --- a/synthesis/enulib/acoustic.py +++ b/synthesis/enulib/acoustic.py @@ -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の行列を出力