# MacOS microphone access

**URL:** https://discourse.processing.org/t/macos-microphone-access/30096
**Category:** Processing
**Created:** [May 14, 2021, 2:42pm UTC](https://discourse.processing.org/t/macos-microphone-access/30096 "2021-05-14T14:42:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Christian](https://avatars.discourse-cdn.com/v4/letter/c/b2d939/32.png) [@Christian](https://discourse.processing.org/u/Christian)
#### Post date: [May 14, 2021, 2:42pm UTC](https://discourse.processing.org/t/macos-microphone-access/30096/1 "2021-05-14T14:42:56Z")

</div>

I have troubles giving my Processing application the necessary microphone access as MacOS (Big Sur in my case) doesn’t open the permission window.

I know the issue was discussed [here](https://github.com/processing/processing-sound/issues/51) and I did find a workaround opening Processing using the terminal. However I would like to distribute the Sketch as an exported application and it’s the same issue there. So I was wondering if any of you found a solution to trigger this permission window?

Thank so much for your time and help!

---

<div class="post-metadata">

### Author: ![Christian](https://avatars.discourse-cdn.com/v4/letter/c/b2d939/32.png) [@Christian](https://discourse.processing.org/u/Christian)
#### Post date: [May 22, 2021, 4:10pm UTC](https://discourse.processing.org/t/macos-microphone-access/30096/2 "2021-05-22T16:10:53Z")

</div>

For anyone who has similar problems – you can open the exported application through Terminal as well and the microphone access window will appear.

However this is obviously still not optimal when you want to distribute the application. 😕
