Skip to content

Releases: rokujyushi/ENUNU

ENUNUv0.6.0-openutau_v0.3

06 Nov 16:11

Choose a tag to compare

更新内容

  • OpenUtau用ENUNU v0.4.0のフォークを作成
  • ENUNUのバージョンを0.6.0にアップデート
    • スタイルシフトは恐らく対応(動作確認取れず)
  • utaupy1.18.3に対応
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加
    • 管理者権限で起動するようにしました。(デフォルト無効)

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • style shift probably supported (not confirmed)
  • utaupy 1.18.3 is supported
  • Supported timing correction v1.4.1 (https://twitter.com/canon_73/status/1644874972710735873 )
    • Fill in *1 in enuconfig.yaml
  • added a batch file so that it can be started as a plugin
    • Start with administrator privileges. (default disabled)
      ※1
extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

ENUNUv0.6.0-openutau_v0.2.1

06 Jun 23:09

Choose a tag to compare

更新内容

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • Style shift probably supported (not confirmed to work)
  • Timing correction v1.4.1 is supported
    • Fill in ※1 in enuconfig.yaml
  • Add batch file so that it can be activated as a plugin
  • Allow tempo to decimal point
    (utaupy's pull request oatsu-gh/utaupy#12 is in progress.)

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

ENUNUv0.6.0-openutau_v0.1

09 Apr 06:14

Choose a tag to compare

更新内容

  • OpenUtau用ENUNU v0.4.0のフォークを作成
  • ENUNUのバージョンを0.6.0にアップデート
    • スタイルシフトは恐らく対応(動作確認取れず)
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • Style shift probably supported (not confirmed to work)
  • Timing correction v1.4.1 is supported
    • Fill in ※1 in enuconfig.yaml
  • Add batch file so that it can be activated as a plugin

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

Full Changelog: https://github.com/rokujyushi/ENUNU/commits/v0.6.0-openutau_v0.1

ENUNUv0.5.2-openutau_v0.1

30 Apr 12:12

Choose a tag to compare

注意

  • ENUNUを入れ替えただけで詳細動作未確認です。
  • The detailed operation has not been tested yet, just replacing ENUNU.

更新内容

  • ENUNUのバージョンを0.5.2にアップデート
    • バージョンアップに合わせてENUNUサーバーの処理を変更
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873)
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加
    • 管理者権限で起動するようにしました。

Update details

  • Updated ENUNU version to 0.5.2
    • Changed ENUNU server processing to match the new version
  • Timing correction v1.4.1 supported (https://twitter.com/canon_73/status/1644874972710735873)
    • Fill in *1 in enuconfig.yaml
  • Added batch file so that it can be started as a plugin
    • Added to start with administrator privileges

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

ENUNUv1.0.0-openutau_v0.1

16 Dec 16:13

Choose a tag to compare

Pre-release

更新内容

  • OpenUtau用ENUNU v0.4.0のフォークを作成
  • ENUNUのバージョンを1.0.0にアップデート
    • HN-uSFGAN などのボコーダーモデルに対応
    • enunu_training_kit >= 2.0.0 で作成したモデルに対応。

SimpleEnunu 0.6.0 をベースにして最新のNNSVS向けに改修。これに伴い、拡張機能で設定できる項目が減少。
引き続き使用可能

  • ust_editor
  • score_editor
  • timing_editor
  • timing_editor_2
  • acoustic_editor

使用不可

  • ust_converter
  • timing_calculator
  • acoustic_calculator
  • wav_synthesizer
  • wav_editor

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU to version 1.0.0
    • Supports vocoder models like HN-uSFGAN
    • Supports models created with enunu_training_kit >= 2.0.0.

Based on SimpleEnunu 0.6.0 and modified for the latest NNSVS. Consequently, fewer settings are configurable via extensions.
Still Available

  • ust_editor
  • score_editor
  • timing_editor
  • timing_editor_2
  • acoustic_editor

Unavailable

  • ust_converter
  • timing_calculator
  • acoustic_calculator
  • wav_synthesizer
  • wav_editor

※1

extensions:
    timing_editor_2: 
          - "%e/extensions/velocity_applier.py"
          - "%v/timing_auto_correct/enunu_timing_auto_correct.py"