AmberSahdev / Open-Interface

Control Any Computer Using LLMs
GNU General Public License v3.0
762 stars 59 forks source link

Mac app doesn't request microphone permissions once app is compiled, fails to hear anything. #6

Open AmberSahdev opened 7 months ago

AmberSahdev commented 7 months ago

Microphone access works when I run it using just the script app.py, but is non-responsive once I package the app.

So far I have tried


This post suggests adding an entitlements.plist but my microphone access request isn't working even before code signing and notarization.

Screenshot 2024-04-15 at 12 32 38 AM