Difference between revisions of "Plug-ins"
From Audacity Wiki
BillWharrie (talk | contribs) m (remove link to download of swh LADSPA plugins) |
BillWharrie (talk | contribs) m (replicate the fosshub download link for the swh plugin set) |
||
Line 29: | Line 29: | ||
* '''LADSPA''' | * '''LADSPA''' | ||
** [http://audacity.googlecode.com/files/LADSPA_plugins-win-0.4.15.exe Set of over 90 plug-ins for Windows] | ** [http://audacity.googlecode.com/files/LADSPA_plugins-win-0.4.15.exe Set of over 90 plug-ins for Windows] | ||
+ | ** [https://www.fosshub.com/Audacity.html/swh-plugins-mac-0.4.15.zip Set of over 90 plug-ins for Mac] | ||
** [http://www.ladspa.org Linux information] | ** [http://www.ladspa.org Linux information] | ||
− | |||
− | |||
− | |||
* '''Nyquist''' | * '''Nyquist''' |
Revision as of 22:31, 2 September 2017
This page is an overview of the audio plug-in formats supported by Audacity.
|
Contents
Types of plug-in
Audacity can use the following types of plug-in effects:
- LADSPA Plug-ins
- LV2 Plug-ins
- Nyquist Plug-ins
- VAMP Analysis Plug-ins
- VST effect plug-ins (only on Windows and Mac).
- Audio Unit Plug-ins (only on Mac)
How do you add plug-ins to Audacity?
On Windows and Mac, you can put LADSPA, Nyquist and VST plug-ins in the Audacity "Plug-Ins" folder.
- On Windows, the Audacity "Plug-Ins" folder is usually at C:\Program Files\Audacity\Plug-Ins (or C:\Program Files (x86)\Audacity\Plug-Ins on 64-bit computers)
- On Mac, the Audacity plug-ins folder is usually at ~/Library/Application Support/audacity/Plug-Ins
For extra paths from which Audacity can load LADSPA, Nyquist and VST plug-ins, and paths for LV2, VAMP and Audio Unit plug-ins, see the respective links in "Types of plug-in" above.
- On Linux, plug-ins can be added to:
- ~/.audacity-files/plug-ins
- /usr/share/audacity/plug-ins
- /usr/lib/ladspa/plug-ins
- /usr/local/share/audacity/plug-ins or
- /usr/local/lib/ladspa/plug-ins
Free plug-in downloads
Gale 12Aug14: Add links for LV2 (none working?) and VAMP downloads.
- VST
- Free-Loops (Windows)
- Hitsquad for Windows and Mac
- KVR Audio for Windows and Mac
- Open Directory (Windows, Mac)
- Audio Units (only on Mac)
Limitations
- No real-time effects: Audacity cannot yet preview an effect while changing the parameters of the effect. Audacity cannot yet apply effects to audio while it is playing or recording.
- VST instrument (VSTi) plug-ins that generate sound are not supported. 64-bit VST plug-ins are not supported, nor are VST 3 plug-ins.
For Developers
- If you're interested in writing your own plug-ins, see "Creating your own Plug-in".
- To help us improve support for audio plug-ins, subscribe to audacity-devel and introduce yourself.