UE4OVRLipSyncCookFrameSequence icon indicating copy to clipboard operation
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:

IMAGE ALT TEXT HERE

Raw samples content

Node expects to get uncompressed wave pcm data with 44 bytes header.

Installation

  1. Install oculus ovr lipsync integration plugin to you project
  2. Copy CookFrameSequenceAsync.h to PROJECT_ROOT/Plugins/OVRLipSync/Source/OVRLipSync/Public
  3. Copy CookFrameSequenceAsync.cpp to PROJECT_ROOT/Plugins/OVRLipSync/Source/OVRLipSync/Private
  4. Compile and run