Open metakkh opened 1 year ago
you can use SSML to soundwave instead of text to soundwave,and set the viseme type as "FacialExpression" in your SSML string. below is a valid SSML example to get blendshape data.
anyway, it might not be a good idea to drive a lipsync animation by 55 blendshapes unless your GPU is strong enough, I can't get any acceptable performance in my laptop(rtx3070,8G),so I have to give up and switch to using visemeID.
As skyworder said, to get the blendshapes, you'll need a SSML data with the mstts:viseme input 😁
Following your guidance, I obtained the blendshape data, but how can I use this data to enable metahuman to implement lipsync? Hope to get some guidance.
Following your guidance, I obtained the blendshape data, but how can I use this data to enable metahuman to implement lipsync? Hope to get some guidance.
I've tried serval times to drive lipsync by using multi blend pose node, but not work at all. so I shifted to using viseme ID and offset time, it works well. here's main idea:
Can you give detail explanation i am also trying on that
here's an example blueprint animgraph(in face_animBP of your metahuman),notice I use a viseme pose asset(face_visemes_lib_PoseAsset) with Oculus OVRlips naming-convention instead of use Azure viseme ID number.For blend Poses, You need to create an enumerate data with Azure viseme ID naming-convention(0-21) and name it as azVisemeID or any others at first,otherwise you won't find 'blend poses(azVisemeID)' node in here's a fragment of level blueprint for event begin,to get the visemeID data and offset time. here's the graph for event ticks in level blueprint,to set the active viseme ID on offset time.
Hi, Can I get viseme data for 3D characters facial animation?
https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-speech-synthesis-viseme?tabs=3dblendshapes&pivots=programming-language-cpp#3d-blend-shapes-animation
I checked the viseme received value here, I confirmed that the other values were received correctly.
But, Viseme Data Aniamtion value is empty. Are there any other settings to get that value?
Also, if you know how to connect the value to the metahuman's blendshape, I would appreciate your help.