AudioCapture LogAudioCaptureCore: Warning: Attempt to write past end of buffer in OpenDefaultStream

Hi,

I have an AudioCapture component in my character class and it is not working correctly. The following log is being added until the memory is full, which then crashes.

Log:

LogAudioCaptureCore: Warning: Attempt to write past end of buffer in OpenDefaultStream

Is there a way I can stop writing to the buffer? This is even happening when I close the window. A background standalone instance stays open and continues to write to the log file.

Thanks