Skip to content

v1.0.4 Release

Latest
Compare
Choose a tag to compare
@LeeAkinobu LeeAkinobu released this 10 Apr 01:17
· 4 commits to main since this release

Changes:

  • Improved SPEAK_START sound quality: now has NO downsampling!
  • Improved AutoLuminous compatibility
  • Fix bugs:
    • SPEAK_START not work after restart
    • SPEAK_START plays noise at end
    • segfault when changing model while camera is chasing it

The new SPEAK_START treats lip sync and voice play in different threads. If the new SPEAK_START do not work well for you, you can revert it to the old behavior (16kHz forced) by setting Plugin_Remote_Speak_16k=true in .mdf

変更点:

  • SPEAK_START の音質改善:ダウンサンプリング無しで再生されます
  • AutoLuminous の互換性改善
  • バグ修正:
    • SPEAK_START がリセット後に動かない
    • SPEAK_START で再生終了時にノイズが乗ることがある
    • カメラがモデルを追従しているときにモデルを変更すると落ちる

新しい SPEAK_START では再生とリップシンクが別スレッドで処理されます。うまく動かない場合、.mdf に Plugin_Remote_Speak_16k=true を設定することで以前のバージョンの動き(16kHzにダウンサンプリング再生)に戻せます