anyone run into this log message? ‘LogAudioMixer: Display: Audio Buffer Underrun (starvation) detected.’
i had error that caused Android mic to stop capturing audio after 2nd load of app. first time run 's BP in android, grant permission for the mic, all is well. second time and after that, the mic does not pickup any sound. error similar to what is described in the links below (a UE bug report and stackoverlfow question). i added a ‘stop’ node after ‘finish recording output’ node, and that may have fixed it (can record second and third time running apk), but my apk has started crashing soon as i stop recording. the crash after stop recording is intermittent, still trying to replicate it on demand. whenever it crashes, last line in log is: ‘LogAudioMixer: Display: Audio Buffer Underrun (starvation) detected.’