07-19-2022 04:27 PM
Hi,
I want the Meta Avatars to lip-sync with a custom audio file on Unity.
Any help on how to proceed with it?
09-17-2022 04:29 AM
Hello, were you able to figure out how to lip-sync a Meta Avatar with a custom audio file?
10-18-2022 02:18 PM
I'm also trying to achieve this. There's not much access to the Meta Avatar Samples...
01-20-2023 08:51 AM
Yes! Remove the LipSyncMicInput component from the gameObject. Now on the component called OvrAvatarLipSyncContext set its Audio Source Type to Audio Source instead of mic. Now just add an audio source to that object and give it whatever clip you want.