We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible for a model to do lipsync? I can't seem to find any lipsync contents on the documentation. Could you guys help me?
Here's my current code:
const app = new Application({ view: document.getElementById("canvas") as | HTMLCanvasElement | undefined, autoStart: true, resizeTo: window, backgroundAlpha: 0, }) const model = await Live2DModel.from(sampleModel3, { autoInteract: false, }) const scaleX = innerWidth / model.width const scaleY = innerHeight / model.height model.scale.set(Math.min(scaleX, scaleY)) model.x = innerWidth / 2 - model.width / 2 // can't access speak property, how do i lipsync the model? model.speak() app.stage.addChild(model)
Lib versions: pixi-live2d-display: 0.4.0 pixi.js: 6.5.2
0.4.0
6.5.2
Thanks a lot!
The text was updated successfully, but these errors were encountered:
https://github.com/Live2D/CubismWebMotionSyncComponents 直接下载集成到live2d web sdk就可以正常显示?具体细节说一下
Sorry, something went wrong.
No branches or pull requests
Is it possible for a model to do lipsync?
I can't seem to find any lipsync contents on the documentation. Could you guys help me?
Here's my current code:
Lib versions:
pixi-live2d-display:
0.4.0
pixi.js:
6.5.2
Thanks a lot!
The text was updated successfully, but these errors were encountered: