Installing and updating Audacity on Mac OS X
- Peter 15Feb16: The H2 section "Installation instructions" comes direct from the Audacity website - I used these on Saturday to successfully install (as a Mac-virgin).
Installation instructions
Installation instructions using .dmg files:
- Double-click the downloaded DMG to mount it.
- Do not double-click the “Audacity” folder in the DMG window. Drag the entire “Audacity” folder icon to the /Applications folder icon on the right (or to any other location of your choosing).
- Do not move the Audacity application or its support folders outside the "Audacity" folder.
- Eject the DMG at bottom left of Finder, then launch Audacity.app from the “Audacity” folder in /Applications or from your chosen location.
| Known Issue: Security settings on OS X 10.7 or later may block Audacity being launched. Most users on OS X 10.9.5 and later will experience this, due to changes made by Apple.
To permanently enable Audacity launch, right-click or control-click on the Audacity application in Finder, choose “Open”, then in the dialog box that appears, choose “Open”. |
Installing LAME on Mac OS X
| On OS X 10.6 or later, Administrative (and occasionally, root) permissions may be needed on some machines to read the LAME library the installer places in /usr/local/lib/audacity. In case of difficulty, please download the zip version "Lame_Library_v3.98.2_for_Audacity_on_OSX.zip" from "Alternative zip download for Lame 3.98.2" below and follow the instructions. |
- Installer
- Go to the external LAME download page.
- Download Lame Library v3.98.2 for Audacity on OSX.dmg.
- When you have finished downloading, double-click the .dmg to mount it, then go to the Finder (in Safari, the "Lame Library v3.98.2 for Audacity" virtual disk image will be extracted and mounted automatically after downloading).
- Double-click "Lame Library v3.98.2 for Audacity.pkg"; the standard OS X Installer will start
- Click through the steps in the Installer, accepting the defaults in all cases; this will install the LAME binary "libmp3lame.dylib" in /usr/local/lib/audacity.
- Audacity should detect LAME automatically when you export as MP3. If Audacity cannot find LAME:
- Click then choose "Libraries" on the left.
- Click "Locate..." under "MP3 Export Library", then "Browse..." in the "Locate Lame" dialog.
- The "Where is libmp3lame.dylib?" window will open at /usr/local/lib/audacity; select "libmp3lame.dylib", click "Open" then "OK" and "OK".
- Alternative zip download for Lame 3.98.2
- Download "Lame_Library_v3.98.2_for_Audacity_on_OSX.zip" from the external download page.
- Extract the contents of the zip to a folder called "Lame_Library_v3.98.2_for_Audacity_on_OSX" anywhere you have full permissions (such as your Desktop).
- Click then choose "Libraries" on the left.
- Click "Locate..." under "MP3 Export Library", then "Browse..." in the "Locate Lame" dialog.
- Navigate to and open the folder you extracted the zip to, select "libmp3lame.dylib", click "Open" then "OK" and "OK".
This is a good solution if Audacity does not recognize or work correctly with libmp3lame.dylib when installed to /usr/local/lib/audacity.
You should now be able to export MP3s without any further configuration, choosing then selecting "MP3 Files" in the Export Audio Dialog.
In case of difficulty please view our detailed instructions on the Audacity Wiki.
Installing the FFmpeg Import/Export Library on Mac OS X
- Because of software patents, Audacity cannot include the FFmpeg software or distribute it from its own websites. Instead, use the following instructions to download and install the free and recommended FFmpeg third-party library.
|
FFmpeg 2.2.2 Mac from the links below should be used with the latest version of Audacity. The previous FFmpeg 0.6.2 for Audacity will not be recognized by Audacity 2.0.6 and later, and FFmpeg 2.2.2 will not be recognized by Audacity versions before 2.0.6.
|
- Installer:
- Go to the external download page
Left-click this link, do not right-click. - Directly underneath "For FFmpeg/LAME on Mac OSX click below:", left-click the link ffmpeg-mac-2.2.2.dmg and save the file anywhere on your computer.
- When you have finished downloading, double-click the DMG file to mount it (if you download with Safari, the ffmpeg virtual disk image will be extracted and mounted automatically after downloading). If the DMG window is not on top, go to Finder, then under "Devices" on the left, click the "ffmpeg-mac-2.2.2" DMG.
- In the DMG window, double-click the "ffmpeg-mac-2.2.2.pkg" to launch the standard OS X package installer.
- Click through the steps in the installer, accepting the defaults in all cases. This will install the FFmpeg libraries in /Library/Application Support/audacity/libs.
- Restart Audacity if it was running when you installed FFmpeg then Audacity should detect FFmpeg automatically.
- If you have problems with Audacity detecting FFmpeg, follow the steps to manually locate FFmpeg.
- Zip file:
- Go to the external download page
Left-click this link, do not right-click. - Directly underneath "For FFmpeg/LAME on Mac OSX click below:", left-click the link ffmpeg-mac-2.2.2.zip and save the file anywhere on your computer.
- Some Mac computers may extract the files from the zip automatically to a new folder in the download directory. Otherwise, extract the contents to a folder called "ffmpeg-mac-2.2.2" anywhere you have full permissions (such as your Desktop). Then follow the instructions below to locate libavformat.55.dylib using the Libraries Preferences.
On OS X 10.6 or later, it is not recommended to extract the files to /usr/local/lib because on some machines, administrative or root permissions may be needed to read the FFmpeg library from there.
- Compiling Audacity against another build of FFmpeg:
- You can also build and install your own copy of FFmpeg 1.2 or later using source code from the FFmpeg project. Then build Audacity from SVN, linking to your self-installed copy of FFmpeg according to these principles.