Audacity under macOS Catalina with microphone permission workaround

Help for Audacity on macOS.
Forum rules
ImageThis forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
MarJerFi
Posts: 1
Joined: Fri Nov 08, 2019 10:26 am
Operating System: macOS 10.15 Catalina or later

Audacity under macOS Catalina with microphone permission workaround

Post by MarJerFi » Fri Nov 08, 2019 11:54 am

Hello

This is based on viewtopic.php?f=47&t=107293#p379219
Thanks picpak!

My script runs in background (no signs of it in Dock).

1. Open Script Editor (from Applications or Launchpad > Other).
Create a new document, and paste the following:

Code: Select all

do shell script "/Applications/Audacity.app/Contents/MacOS/Audacity > /dev/null 2>&1 &"
If Your original "Audacity.app" is in "Applications" if no - You must put correct patch.

Click "Save", and save as an Application. Call it "AudacityL.app" (in my case) or whatever You want, and save it in your "Applications" folder (Or wherever You want ;) ).

2. (If You want original "Audacity" icon in Your "AudacityL.app" script)

Go to Applications > "Audacity.app", right click it and choose "Show Package Contents". Go to Contents > Resources and find Audacity.icns.

Open a new Finder window and go to "AudacityL.app". Right click and choose Get Info. Drag Audacity.icns onto the default app icon, and close the window. Drag "AudacityL.app" into your dock.

If You run "AudacityL" and first time use record from microphone Mac ask You about permission :D

Hope this helps !
P.S. Sorry if there are some errors in my English (its not my first language).

Post Reply