Save Audio Record From Mic

Hi All-

I am having trouble with saving the audio record from mic in unreal

The raw data i get is from IVoiceCapture->GetVoiceData

So, how can i save the data as pcm or wav ? As it is uint8*

Or, Can I just use it as raw data as pcm ?

You can use a submix for starting the capture and saving it when done.
I have tried the following logic. I am able to save the file but there is no voice in the recorded file don’t know why.