01-14-2024 02:44 AM
I currently plan to use Lipsync for Unreal Engine SDK to drive the mouth shape of digital people. I downloaded the OVRLipSync SDK from the official website. This compressed package contains the UE project. The Unreal version I am currently developing is 4.23. I run the package in the compressed package. Unreal Project, I found that I can't open it, and I want to know why.
Solved! Go to Solution.
01-15-2024 12:03 AM
I know how to solve the above problem. I need to right-click the audio and select Generate LipSyncSequence and then put the generated file into the Sequence in the role OVRLipSyncPlayback component, then add your WAV audio file in the Audio component, and then click Play again. The character's mouth rhythm will follow the rhythm of your audio file.
01-14-2024 02:48 PM
Any specific reason to use the 4.23? I think I tried this project but I used it version 4.27 (meta fork from github)
01-14-2024 08:13 PM
Thank you very much for replying to my post. I downloaded Oculus Lipsync Unreal Integration v29 from the official website. It is a 102M compressed package. I released the contents of the compressed package and ran the UE project. It asked me to choose the UE version. I chose 4.23, and then The following error occurred: Running C:/Program Files/Epic Games/UE_4.23/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="D:/Work/Ue_Proiect/ovr_lipsync/UE4.23/OVRLipSyncUnrealDemo/ OVRLipSyncDemo.uproject" -game -rocket -progress -log="D:\Work\Ue_Proiect\ovr_lipsync\UE4.23\OVRLipSyncUnrealDemo/Saved/Logs/UnrealVersionSelector-2024.01.15-12.09.49.log"
Discovering modules, targets and source code for project...
While compiling D:\Work\Ue_Proiect\ovr_lipsync\UE4.23\OVRLipSyncUnrealDemo\Intermediate\Build\BuildRules\OVRLipSyncDemoModuleRules.dll:
d:\Work\Ue_Proiect\ovr_lipsync\UE4.23\OVRLipSyncUnrealDemo\Plugins\OVRLipSync\Source\OVRLipSync\OVRLipSync.Build.cs(56,13) : error CS0103: ??ǰ???????в?? ??????ơ?PublicSystemLibraryPaths??
d:\Work\Ue_Proiect\ovr_lipsync\UE4.23\OVRLipSyncUnrealDemo\Plugins\OVRLipSync\Source\OVRLipSync\OVRLipSync.Build.cs(57,13) : error CS0103: ??ǰ???????в?? ??????ơ?PublicSystemLibraryPaths??
d:\Work\Ue_Proiect\ovr_lipsync\UE4.23\OVRLipSyncUnrealDemo\Plugins\OVRLipSync\Source\OVRLipSync\OVRLipSync.Build.cs(58,13) : error CS0103: ??ǰ???????в?? ??????ơ?PublicSystemLibraryPaths??
ERROR: Unable to compile source files. I tried to right-click the .uproject project and select the Generate Visual Studio project files option, but the above error still occurred. I later installed Unreal 4.27 and ran it without any problems, but the platform I am currently developing on is Unreal 4.23, so I want to solve this problem.
01-14-2024 08:41 PM
01-14-2024 08:51 PM
When I run it for the first time, I will see that the character is talking. Then I save the project and close it. When I open it again, I will find that the character's mouth will not move, but the sound will be there. This is the current problem.
01-14-2024 11:15 PM
Regarding this problem, I replaced the original file with another WAV audio file and then ran it and found that the mouth shape was driven. I am not sure whether it was due to inaccurate recognition of Chinese or some other reason. The final result was not very good.
01-15-2024 12:03 AM
I know how to solve the above problem. I need to right-click the audio and select Generate LipSyncSequence and then put the generated file into the Sequence in the role OVRLipSyncPlayback component, then add your WAV audio file in the Audio component, and then click Play again. The character's mouth rhythm will follow the rhythm of your audio file.