VREX Manager

Created on June 21, 2022


This module is for Voice Driven Interactions with the Guide primarily with the XR11 remote and VREX based flow i.e. using the XR11 remote to issue guide commands with voice. The XR11 remote interacts primarily with the RDK which then talks to the VREX and XRE backends to translate speech to text and process and display the results

There are two main steps involved in an XR11 voice interaction

  1. Set up the context: get a conversation id from the knockknock api and other context necessary to call XAPI, Compass, etc and cache the context. This does not happen everytime but more like once in the lifetime of a session and for periodic refreshes
  2. Process the voice streams through VREX to turn voice to text and then to actions

The Vrex Mgr Component is the RDK component that interfaces with both RF4CE and VREX to orchestrate the voice interactions.

Go To Top