Sets a custom submix on a PixelStreamingAudio component, the audio is then recorded from this submix and sent to Rapport.
Functions
StartCapture(USynthComponent* PixelStreamingAudioComponent)
Description - Sets a custom submix on the pixel streaming audio component and then starts recording that submix. Every time the component’s tick function is called, recording is stopped, the audio is sent to Rapport, and then recording is resumed
Parameters
-
PixelStreamingAudioComponent - The pixel streaming audio component to record audio from
StopCapture()
Description - Stops recording audio from the pixel streaming audio component