Using Conv AI & Arcane Mirage
Last updated
Last updated
Conv AI is a powerful AI plugin that has seen a lot of popularity in the Unreal Engine Space, for this to work on Pixel Streaming you need to follow some extra steps.
Step 1: Ensure you have the latest Convai plugin.
Step 2: In the player blueprint which has the Convai Player component, add the PixelStreamingAudio component to the list of components.
Step 3: Click on PixelStreamingAudio component, and in the details panel find Base Submix and choose AudioInput sound submix.
Step 4: 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 ConvAI Player component.