Skip to content

Releases: rokujyushi/SimpleEnunu

SimpleEnunuServer-0.2.0+0.local.9.1

19 Nov 14:26
Compare
Choose a tag to compare

SimpleENUNUとはメンテしやすく、最新のNNSVSが使いやすいようにしたENUNUです。
SimpleENUNU is an ENUNU that is easy to maintain and easy to use with the latest NNSVS.

OpenUTAUで実行できる用にカスタムされたものです。
Customized to run on OpenUTAU.

β版のOpenUTAUの合成処理に合わせました.
The synthesis process has been adapted to the beta version of OpenUTAU.

最新サポート
Latest Support

Implemented Features
実装されている機能

  • OpenUtauからの音声合成

  • ピッチ書き出し

  • タイミング調整

  • Speech synthesis from OpenUtau

  • Pitch export

  • Timing adjustment

注意
Caution

  • 現在は通常のENUNUモデルの合成は現在出来ません。
  • Currently, synthesis of regular ENUNU models is currently not possible.

動作に問題があればconfig.yamlに以下のように記述してください。
タイミング補正を行わない場合は、timing_editorの行を消してください。
wav_synthesizerの設定を消すとPitch編集できるようになりますが品質はとても下がります。
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 line.
If you turn off the wav_synthesizer setting, you can edit the Pitch, but the quality is very low.

extensions:
    timing_editor: "%v/timing_auto_correct/enunu_timing_auto_correct.py"
    wav_synthesizer: synthe
    acoustic_calculator: nnsvs
    timing_calculator: nnsvs
    ust_converter: built-in

SimpleEnunu-0.1.0+0.local.9.1-OpenUtau-0.3.0

14 Jan 16:19
Compare
Choose a tag to compare

SimpleENUNUとはメンテしやすく、最新のNNSVSが使いやすいようにしたENUNUです。
SimpleENUNU is an ENUNU that is easy to maintain and easy to use with the latest NNSVS.

OpenUTAUで実行できる用にカスタムされたものです。
Customized to run on OpenUTAU.

β版のOpenUTAUの合成処理に合わせました.
The synthesis process has been adapted to the beta version of OpenUTAU.

WORLD-diffusionに対応しました。
WORLD-diffusion is now supported.

最新サポート
Latest Support

Implemented Features
実装されている機能

  • OpenUtauからの音声合成

  • ピッチ書き出し

  • タイミング調整

  • Speech synthesis from OpenUtau

  • Pitch export

  • Timing adjustment

注意
Caution

  • 現在は通常のENUNUモデルの合成は現在出来ません。
  • Currently, synthesis of regular ENUNU models is currently not possible.

動作に問題があればconfig.yamlに以下のように記述してください。
タイミング補正を行わない場合は、timing_editorの行を消してください。
wav_synthesizerの設定を消すとPitch編集できるようになりますが品質はとても下がります。
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 line.
If you turn off the wav_synthesizer setting, you can edit the Pitch, but the quality is very low.

extensions:
    timing_editor: "%v/timing_auto_correct/enunu_timing_auto_correct.py"
    wav_synthesizer:acoustic  # For WORLD-diffusion and RMDN
    # wav_synthesizer: synthe # For melf0-diffusion
    acoustic_calculator: nnsvs
    timing_calculator: nnsvs
    ust_converter: built-in

SimpleEnunuServer-0.5.0

06 Oct 17:52
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