Hello,
I want to use FAudioCapture and get the input data of the microphone. but audio data is always on 48000 sample rate and stereo.
I need the microphone to capture mono data. Is there any way to change the FAudioCapture to capture the data in mono? and maybe 16k as well?
I went through the documentation but didn’t find anything in that regard. The ``FAudioCaptureDeviceParams` that the FAudioCapture accepts as a parameter at initializing also doesn’t have anything related to the number of input channels or sample rate.
By the way, I want to change these settings through the CPP codes.
Thanks and Best regards.