Is it possible to make a lip sync of a character using text or voice audio in the convai plug-in? With standalone
Hello @user24,
Welcome to the Convai Developer Forum!
Yes, you can achieve this by using InvokeSpeech with speak tags to make the character say anything you want, which will also trigger LipSync.
Example:
<speak>Your message here</speak>
For more details, please see our documentation:
https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/event-aware-convai-characters
When exe running after packaging, does the internet have to be connected?
I just want it to be lip-synced as it sounds when text or speech is input.
Yes, an internet connection is required. If your goal is only lip sync, you may want to look into Unreal Engine’s built-in solutions for Metahuman characters.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.