<div dir="ltr"><div>Dear Qt experts,</div><div><br></div><div>I'm trying to access the microphone using QAudioInput for a VoIP application. Since Mac 10.14, I receive only silence from the QAudioInput. After reading the Mac OS 10.14 documentation, I realize that Apple added more Security/Privacy control to MacOS. All microphone access has to be approved by the user.</div><div>Fair enough, however the permission request to ask for authorization is never popping up. Also my application is not listed in the Privacy/Security control. I simply tried to open a default device with QAudioInput and started it. Do I miss something?</div><div>I also added <key>NSMicrophoneUsageDescription</key> to the Info.plist which seems necessary now. However, no success still.</div><div><br></div><div>I also read <a href="https://forum.qt.io/topic/97570/macos-mojave-privacy-prompt-not-appearing-when-debugging-audio-app-in-qt-creator/8">https://forum.qt.io/topic/97570/macos-mojave-privacy-prompt-not-appearing-when-debugging-audio-app-in-qt-creator/8</a> which suggests that it should work.<br></div><div><br></div><div>Does anyone know whats going on?</div><div><br></div><div>Thanks,</div><div>Roland<br></div></div>