Skip to content

SimpleEnunuServer-0.5.0

Latest
Compare
Choose a tag to compare

SimpleENUNUとはメンテしやすく、最新のNNSVSが使いやすいようにしたENUNUです。
OpenUTAUで実行できる用にカスタムされたものです。

  • β版のOpenUTAUの合成処理に合わせました.
  • WORLD-diffusion、MEL-diffusion、RMDM、ResSkipF0FFConvLSTMがサポートされました。
  • MEL-diffusionでf0入力がサポートされました。
  • StyleShift、Velocityに対応しました。
    StyleShiftは表情のToneShiftを操作してください。
    Velocityは表情のVelocityを操作してください。

最新サポート

SimpleENUNU is an ENUNU that is easy to maintain and easy to use with the latest NNSVS.
Customized to run on OpenUTAU.

  • Adapted to the synthesis process of the beta version of OpenUTAU.
  • WORLD-diffusion, MEL-diffusion, RMDM and ResSkipF0FFConvLSTM are now supported.
  • MEL-diffusion now supports f0 input.
  • StyleShift and Velocity now supported.
    StyleShift should operate on the ToneShift expression.
    Velocity should operate on the Velocity expression.

Latest Support

注意
動作に問題があればconfig.yamlに以下のように記述してください。
タイミング補正を行わない場合は、timing_editorの行を消してください。

Caution
If there is a problem with the operation, please put the following in config.yaml.
If you do not want to perform timing correction, delete the timing_editor_2 line.

extensions:
    timing_editor_2: "%v/timing_auto_correct/enunu_timing_auto_correct.py"

Full Changelog: https://github.com/rokujyushi/SimpleEnunu/commits/SimpleENUNUServer-0.5.0