Posted January 01, 2025 by Soul Shell
I have successfully integrated Microsoft SAPI into Unreal Engine 5 to generate text-to-speech (TTS) along with my lip-syncing method. Let me know what you think.
Progress in the update of More than words to Unreal Engine 5.
- Main interface [OK].
- Updated Marian's 3d model [OK]
- Microsoft SAPI integration on UE5 to generate text to speech [OK].
- State machine integration: Wait, Think, Speak and Listen [OK].
- State machine integration for lipsync [OK].
+ Lipsync now has a more simplified algorithm with better results.
- Integration of the thread that handles speaking [OK].
+ Correction of a minor bug that prevented the thread from being completely destroyed.
Next steps: Integrate speech recognition.