Integration with Pixel Streaming
This mini-guide provides instructions for setting up Convai with pixel streaming in Unreal Engine
Last updated
This mini-guide provides instructions for setting up Convai with pixel streaming in Unreal Engine
Last updated
To setup the Pixel Streaming server, we recommend taking a look over this excellent guide.
Ensure you have the latest Convai 3.1.0 plugin or later.
Enable Unreal Engine's Pixel Streaming
and the Pixel Streaming Player
Plugins from the Plugins window.
In the player blueprint which has the Convai Player component, add the PixelStreamingAudio component to the list of components.
Click on PixelStreamingAudio component, and in the details panel find Base Submix and choose AudioInput sound submix.
On Begin Play in the event graph, add the following blueprint function to initialize Pixel Streaming with the Player Component.
Now, pixel streaming mic input should be working. However, system microphone will no longer work. To change back and forth to and from system microphone, set Use Pixel Streaming Mic Input to true for enabling pixel streaming microphone and false to enable system microphone. This is found in the ConvaiPlayer component.