Skip to content

Commit

Permalink
Merge branch 'oatsu-gh:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira authored Apr 25, 2022
2 parents c74b68f + eac9344 commit 3ee9817
Show file tree
Hide file tree
Showing 9 changed files with 751 additions and 555 deletions.
50 changes: 35 additions & 15 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,41 @@
- 拡張機能として後日復活実装予定です。
- タイミングや音素を加工するための、拡張機能を呼び出す機能を追加しました。
- enuconfig.yaml の必須項目から以下の項目を削除しました。
- trained_for_enunu
- enuconfig.yaml に任意項目に以下の項目をを追加しました
- `trained_for_enunu`
- enuconfig.yaml の任意項目に以下の項目を追加しました
- extensions
- ust_editor
- ust_converter
- score_editor
- timelag_calculator
- timelag_calculator
- duration_calculator
- duration_editor
- timing_calculator
- timing_editor
- acoustic_calculator
- acoustic_editor
- wav_synthesizer
- wav_editor
- `ust_editor`
- `ust_converter`
- `score_editor`
- `timelag_calculator`
- `timelag_calculator`
- `duration_calculator`
- `duration_editor`
- `timing_calculator`
- `timing_editor`
- `acoustic_calculator`
- `acoustic_editor`
- `wav_synthesizer`
- `wav_editor`
- USTの子音速度を利用する拡張機能を追加しました。
- enuconofig.yaml の `extentions` のうち `timing_editor``"%e/extensions/velocity_applier.py"` を指定することで利用できます。
- タイミングラベルの不具合を修復する拡張機能を追加しました。
- enuconofig.yaml の `extentions` のうち `timing_editor``"%e/extensions/timing_repairer.py"` を指定することで利用できます。

## v0.3.1 (2022-03-29)

- 外部の timing_editor を呼び出してモノラベルだけを編集した場合に、処理結果が適用されない不具合を修正。

## v0.4.0 (2022-04-24)

- nnsvs を master ブランチの最新版に更新しました。
- SHA : `4da3adccd42a581b8c69e01d0e15d9e0b4704373`
- f0 ファイルなどを加工できるようにしました。
- enuconfig.yaml の任意項目から以下の項目を削除しました。
- extensions
- `timelag_calculator`
- `timelag_calculator`
- `duration_calculator`
- `duration_editor`
- 急激なf0変化を滑らかにする拡張機能を追加しました。
- enuconofig.yaml の `extentions` のうち `acoustic_editor``"%e/extensions/f0_smoother.py"` を指定することで利用できます。
4 changes: 2 additions & 2 deletions synthesis/enulib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from enulib import (acoustic, common, duration, extensions, timelag, timing,
utauplugin2score, world)
from enulib import (acoustic, common, extensions, timing, utauplugin2score,
world)
134 changes: 0 additions & 134 deletions synthesis/enulib/duration.py

This file was deleted.

172 changes: 0 additions & 172 deletions synthesis/enulib/timelag.py

This file was deleted.

Loading

0 comments on commit 3ee9817

Please sign in to comment.