Difference between revisions of "Plug-ins"
From Audacity Wiki
PeterSampson (talk | contribs) m (Text replace - "http://manual.audacityteam.org" to "https://manual.audacityteam.org") |
m |
||
(15 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{intro|This page is an overview of the audio plug-in formats supported by Audacity.|Audacity has cross-platform support for [http://en.wikipedia.org/wiki/LADSPA LADSPA], [http://en.wikipedia.org/wiki/LV2 LV2], [https://web.audacityteam.org/help/nyquist Nyquist] and [http://www.vamp-plugins.org/index.html | + | {{deprecated|https://plugins.audacityteam.org}} |
+ | |||
+ | {{intro|This page is an overview of the audio plug-in formats supported by Audacity.|Audacity has cross-platform support for [http://en.wikipedia.org/wiki/LADSPA LADSPA], [http://en.wikipedia.org/wiki/LV2 LV2], [https://web.audacityteam.org/help/nyquist Nyquist] and [http://www.vamp-plugins.org/index.html Vamp] plug-ins, and platform-specific support for [http://en.wikipedia.org/wiki/Virtual_Studio_Technology VST] and [http://en.wikipedia.org/wiki/Audio_Units Audio Unit] plug-ins. }} | ||
__TOC__ | __TOC__ | ||
Line 9: | Line 11: | ||
* [[LV2 Support|LV2 Plug-ins]] | * [[LV2 Support|LV2 Plug-ins]] | ||
* [[Nyquist Plug-ins]] | * [[Nyquist Plug-ins]] | ||
− | * [[Vamp Plug-ins| | + | * [[Vamp Plug-ins|Vamp Analysis Plug-ins]] |
* [[VST Plug-ins|VST effect plug-ins]] ''(only on Windows and Mac)''. | * [[VST Plug-ins|VST effect plug-ins]] ''(only on Windows and Mac)''. | ||
* [[Audio Units|Audio Unit Plug-ins]] ''(only on Mac)'' | * [[Audio Units|Audio Unit Plug-ins]] ''(only on Mac)'' | ||
== How do you add plug-ins to Audacity? == | == How do you add plug-ins to Audacity? == | ||
− | + | See [https://alphamanual.audacityteam.org/man/Installing_Plug-ins '''Installing Plug-ins'''] in the Audacity Manual. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Free plug-in downloads == | == Free plug-in downloads == | ||
− | + | ||
* '''LADSPA''' | * '''LADSPA''' | ||
− | ** [ | + | ** [https://www.fosshub.com/Audacity.html/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] | ||
Line 45: | Line 36: | ||
* '''Audio Units''' (only on Mac) | * '''Audio Units''' (only on Mac) | ||
− | ** [http://www.hitsquad.com/smm/mac/PLUGINS_AU/freeware/ Hitsquad] | + | ** [http://www.hitsquad.com/smm/mac/PLUGINS_AU/freeware/ Hitsquad] |
== Limitations == | == Limitations == | ||
− | + | * Audacity cannot yet apply effects to audio while it is playing or recording. | |
− | * ''' | + | * '''Real-time effects:''' Not all effects in Audacity can preview an effect while changing the parameters of the effect. |
− | * VST instrument (VSTi) plug-ins that generate sound are not supported. | + | * VST instrument (VSTi) plug-ins that generate sound are not supported. VST 3 plug-ins are not yet supported. |
+ | {{note| Also please see '''[[Plug-ins that crash Audacity or fail to work properly in Audacity]]'''. }} | ||
==For Developers== | ==For Developers== |
Latest revision as of 22:38, 12 May 2022
![]() |
This page has been deprecated. Newer information can be found here: https://plugins.audacityteam.org |
The information on this page are likely out-of-date and will not be updated in the forseeable future. It may be removed at any time. |
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?
See Installing Plug-ins in the Audacity Manual.
Free plug-in 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
- Audacity cannot yet apply effects to audio while it is playing or recording.
- Real-time effects: Not all effects in Audacity can preview an effect while changing the parameters of the effect.
- VST instrument (VSTi) plug-ins that generate sound are not supported. VST 3 plug-ins are not yet supported.
Also please see Plug-ins that crash Audacity or fail to work properly in Audacity.
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.