FAQ:Installation and Plug-Ins
Contents
- 1 How do I download and install the LAME MP3 encoder?
- 2 How do I download and install the FFmpeg Import/Export Library?
- 3 Why do I receive an error when I export to an FFmpeg format?
- 4 How do I install VST plug-ins?
- 5 Why do some VST plug-ins look wrong, or not work?
- 6 What should I do if I have problems downloading or installing Audacity?
How do I download and install the LAME MP3 encoder?
Because of software patents, we cannot distribute MP3 encoding software ourselves. Follow these instructions to use the free LAME encoder to export MP3 files with Audacity.
Windows:
- Go to the LAME download page
Left-click this link, do not right-click - Under "For Audacity on Windows", left-click the link "Lame v3.98.2 for Audacity on Windows.exe" and save the file anywhere on your computer
- Double-click "Lame_v3.98.2_for_Audacity_on_Windows.exe" to launch it (you can safely ignore any warnings that the "publisher could not be verified")
- Follow the Setup instructions to install LAME for Audacity, and do not change the offered destination location of "C:\Program Files\Lame for Audacity"
Documents and Settings\<user name>\Application Data\Audacity\audacity.cfg
If you have never used any versions of Audacity other than Beta 1.3, you can simply delete the audacity.cfg file, and Audacity will recreate it. If you have previously used (or still use) Audacity 1.2, open audacity.cfg in a text editor, delete the two lines starting with:
[MP3]
MP3LibPath=
and save the changes.
Mac OS 9 or X:
- Go to the LAME download page
- Download either "Lame Library v3.98.2 for Audacity on OSX.dmg" or "LameLib-Carbon.sit", as required
- 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, "Lame Library v3.98.2 for Audacity.pkg" will be extracted automatically after downloading).
- Double-click "Lame Library v3.98.2 for Audacity.pkg". This will install the LAME binary "libmp3lame.dylib" in /usr/local/lib/audacity
- The first time you use the "Export as MP3" command, Audacity will ask you where libmp3lame.dylib is saved - navigate to /usr/local/lib/audacity, select it and click "Open" then "OK"
- LameLib-Carbon.sit
- When you have finished downloading, extract the files with Stuffit Expander or similar (this may happen automatically)
- Save the file called "LameLib" anywhere on your computer
- The first time you use the "Export as MP3" command, Audacity will ask you where LameLib is saved - navigate to that location, select LameLib and click "Open" then "OK"
In case of difficulty, please view our detailed instructions on the Audacity Wiki.
Other Frequently Asked Questions...
How do I download and install the FFmpeg Import/Export Library?
Windows:
- Download the FFmpeg installer
Left-click this link, do not right-click - Double-click the .exe file to launch the installer
- In the "Extract to:" dialogue, enter or browse to the folder where you have Audacity installed, typically: C:\Program Files\Audacity 1.3 Beta (Unicode)
- Click "Extract"
- This will extract the following files to your Audacity installation folder:
avcodec-52.10.0.dll
avcodec-52.dll
avcodec.dll
avdevice-52.1.0.dll
avdevice-52.dll
avdevice.dll
avformat-52.23.1.dll
avformat-52.dll
avformat.dll
avutil-49.12.0.dll
avutil-49.dll
avutil.dll
ffmpeg.exe
libfaac-0.dll
libmp3lame-0.dll
libspeex-1.dll
pthreadGC2.dll
The first time you use FFmpeg to import or export, Audacity will ask you to configure Preferences to locate the FFmpeg library. To do this, click and click the Locate... button.
Mac:
- Download the FFmpeg installer
- When you have finished downloading, double-click the .dmg to mount it, then go to the Finder (in Safari, "FFmpeg Libraries for Audacity.pkg" will be extracted automatically after downloading)
- Double-click "FFmpeg Libraries for Audacity.pkg" to launch the installer
- Follow the instructions to perform a "standard installation" ; do not change the "install location"
- The libraries will be installed in /usr/local/lib/audacity
The first time you use FFmpeg to import or export, Audacity will ask you to configure Preferences to locate the FFmpeg library. To do this, click and click the Locate... button.
- Alternatively, you can build Audacity from CVS and link to a system copy of FFmpeg built from source, using these instructions.
Linux/Unix:
- You may download (or build) a suitable FFmpeg library for your own purposes. To build, obtain the source code from the FFmpeg project. If you download a pre-built library, this might be either a "shared" or "static" build. A static build consists of a single libavformat library, whereas a shared build has at least three libraries (libavformat, libavcodec and libavutil). It is recommended to use a shared build, but Audacity will also work with a static build.
- If you compile Audacity from source code, it will link to the installed FFmpeg headers, which should always be compatible with an installed FFmpeg binary.
Installation:
Audacity should detect the Windows or Mac FFmpeg library automatically if it has been installed in the default location.
To locate it manually, open Preferences and click on the "Import / Export" tab:
If the "FFmpeg Library Version" says "not found":
- Click "Find Library"
- If a "Success" message indicates Audacity has now automatically detected the library and asks if you want to detect them manually, click "No", then OK to close Preferences.
- If the "Locate FFmpeg" dialogue appears, click "Browse..."
- Navigate to the avformat library, and select it. It may have different names, such as "avformat-52.dll" on Windows, "libavformat-52.dylib" on Mac or "libavformat.so.52" on Linux
- Click "Open" then "OK", and "OK" again to close Preferences
"FFmpeg Library Version" should now show a number. If not, you may have installed the wrong libraries. Click the "Download" button to obtain the correct library for your operating system.
Other Frequently Asked Questions...
Why do I receive an error when I export to an FFmpeg format?
If you receive a "cannot find audio codec" error when exporting to an FFmpeg format, the FFmpeg library you are linking to does not support this codec. To export to this format, you will need a build of the FFmpeg library that supports this codec.
Distributable libraries will not include support for AMR narrow band or wide band, due to licensing issues. Exporting to AMR will return the error "FFmpeg cannot find audio codec 0x12000" (or "0x 12001" in the case of wide band). To obtain AMR export (and import) support, you could build FFmpeg yourself from source and enable libamr_nb and/or libamr_wb in the configure step.
Other Frequently Asked Questions...
How do I install VST plug-ins?
First, download and unzip the VST Enabler.
Place the unzipped VST Enabler, along with your VST plug-ins, into the “Plug-ins” folder in the Audacity installation folder. (On Mac OS X, this is usually in the Applications folder. On Windows, it is usually under Program Files.)
The next time you start Audacity, your VST effects will appear at the bottom of the “Effect” menu.
See also: Why do some VST plug-ins look wrong, or not work?
Other Frequently Asked Questions...
Why do some VST plug-ins look wrong, or not work?
The VST Enabler. is not yet able to display custom interfaces for plug-ins. Instead, it uses generic controls for all VST plug-ins. Because of this, many plug-ins will look or act differently than they do in other programs.
Other VST plug-ins may not work at all, because of bugs in the VST Enabler. You can contact us to report plug-ins that do not work.
Audacity also does not support VST instrument (VSTi) plug-ins.
Other Frequently Asked Questions...
What should I do if I have problems downloading or installing Audacity?
If you can't download Audacity, or if the downloaded setup file is corrupt, try downloading it from our alternate servers.

