Skip to content

Cubism 5 SDK MotionSync Plugin for Web R1

Latest
Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 30 May 02:59
2ab17e5

Added

  • Add microphone input sample.

Changed

  • Update to follow the changes in Cubism 5 SDK for Web R1.
  • Change development environment from webpack to Vite.
  • Change the usage part of function MotionSyncUtil.fmod() to function CubismMath.mod().
  • Change function MotionSyncUtil.fmod() to deprecated.
  • Change the Japanese sound file to one with a sampling frequency of 48 kHz.
  • Change to adjust model size to fit mobile device.
  • Rename LAppPlaySound to LAppAudioManager.
    • Correspondingly, renamed lappplaysound.ts to lappaudiomanager.ts.
  • _audioLevelEffectRatio has been marked as Unused.

Removed

  • Remove AudioWorklet process that was no longer needed in LAppMotionSyncAudioManager.
  • Remove the unnecessary processing for the mobile device Apple Webkit of LAppMotionSyncAudioManager.
  • Remove CubismMotionSync.SetAudioLevelEffectRatio function.