UE4OVRLipSyncCookFrameSequence
UE4OVRLipSyncCookFrameSequence copied to clipboard
async node to create ovr frame sequences during runtime
UE4 OVR lipsync cook frame sequence
Async node to build ovr frame sequence during runtime. Written to be used with Google Speech Kit plugin.

Demo:
Raw samples content
Node expects to get uncompressed wave pcm data with 44 bytes header.
Installation
- Install oculus ovr lipsync integration plugin to you project
- Copy CookFrameSequenceAsync.h to
PROJECT_ROOT/Plugins/OVRLipSync/Source/OVRLipSync/Public - Copy CookFrameSequenceAsync.cpp to
PROJECT_ROOT/Plugins/OVRLipSync/Source/OVRLipSync/Private - Compile and run
