Skip to content

Commit

Permalink
**マージ回避のためのコミット
Browse files Browse the repository at this point in the history
  • Loading branch information
rokujyushi committed Nov 19, 2023
1 parent 3db7d65 commit 69b05bf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions enunu_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,17 +495,6 @@ def svs_acoustic(

# 編集後のfull_timing を読み取る
duration_modified_labels = self.predict_timing(labels)
# NOTE: ここにタイミング補正のための割り込み処理を追加-----------
# mono_score を出力
with open(self.path_mono_score, 'w', encoding='utf-8') as f:
f.write(str(nnsvs.io.hts.full_to_mono(duration_modified_labels)))
# mono_timing を出力
with open(self.path_mono_timing, 'w', encoding='utf-8') as f:
f.write(str(nnsvs.io.hts.full_to_mono(duration_modified_labels)))
# full_timing を出力
with open(self.path_full_timing, 'w', encoding='utf-8') as f:
f.write(str(duration_modified_labels))
duration_modified_labels = self.edit_timing(duration_modified_labels)

# NOTE: segmented synthesis is not well tested. There MUST be better ways
# to do this.
Expand Down

0 comments on commit 69b05bf

Please sign in to comment.