Skip to content

v0.2.0-beta Voice Interruption

Compare
Choose a tag to compare
@t41372 t41372 released this 02 Sep 10:02
· 149 commits to dev since this release
36b8adf

Voice interruption!

OLM.interrupt.demo.3.2024-09-02.3.43.34.mp4

Some notable differences about this version (compared to the previous version):

Implemented:

  • voice interruption
  • Implemented buttons to turn on/off the microphone and the voice interruption.

Changes:

  • to use live2d, you must use the mic in the browser now. The MIC_IN_BROWSER option is now deprecated and useless.
  • The LIVE2D option in the config.yaml is deprecated and useless now.
  • to use live2d, just run the server and open localhost:12393 or whatever port you use with your browser. When the page is loaded, everything is loaded. When the page is closed, the session will end.
  • you can no longer click the live2d figure to make it do some weird reactions

Bug fix:

  • Fixed: Live2D lips have some bugs; sometimes, they won't move. Now using the "RaSan147/pixi-live2d-display" fork instead of the original "guansss/pixi-live2d-display" library.