Audacity Plugin Compatibility: VST vs AU vs LV2
Audacity supports various audio plugin formats to expand its audio processing capabilities, primarily Virtual Studio Technology (VST), Audio Units (AU), and LADSPA Version 2 (LV2). The core differences between these formats lie in their operating system compatibility, performance integration, and licensing ecosystems. While VST is the universal industry standard for Windows and macOS, AU provides deeply integrated processing exclusively for Apple systems, and LV2 delivers a flexible, open-source standard with native strength on Linux and cross-platform utility.
VST (Virtual Studio Technology)
Developed by Steinberg, VST is the most widely adopted audio plugin architecture in the music production industry. In Audacity, VST support encompasses both legacy VST2 (often requiring manual scanning) and modern VST3 formats (introduced natively in Audacity 3.2+).
- Platform Compatibility: Windows, macOS, and Linux (though Linux support for commercial VSTs often requires compatibility layers like Wine).
- Architecture: VST3 plugins feature dynamic resource allocation, meaning they only consume processing power when audio data is actively routed through them.
- Audacity Integration: Audacity supports real-time adjustments for VST3 plugins, a feature long requested by users. However, complex VST instruments (VSTi) often have limited functionality in Audacity compared to traditional digital audio workstations (DAWs), as Audacity primarily focuses on audio processing rather than MIDI sequencing.
AU (Audio Units)
Audio Units is Apple’s proprietary system-level audio plugin architecture, built directly into the macOS Core Audio framework.
- Platform Compatibility: macOS exclusively.
- Architecture: Because AU is built into the macOS operating system, it offers low latency and high stability. Plugins installed system-wide are immediately available to any compatible macOS application without deep file searching.
- Audacity Integration: Mac users running Audacity can leverage all built-in Apple system effects (such as the AUGraphicEQ, AUDelay, and Apple dynamics processors) right out of the box without downloading third-party tools. AU plugins in Audacity run natively on both Intel and Apple Silicon hardware, offering stable performance.
LV2 (LADSPA Version 2)
LV2 is an extensible, open-source plugin standard created to succeed LADSPA. It was developed to address limitations regarding MIDI handling, custom graphical user interfaces (GUIs), and parameter automation.
- Platform Compatibility: Linux, Windows, and macOS (native cross-platform support).
- Architecture: LV2 is modular and non-restrictive, avoiding proprietary licensing fees or vendor lock-in. It operates with low CPU overhead and is highly modular.
- Audacity Integration: Because Audacity is an open-source project, LV2 enjoys direct, native alignment with the program’s core philosophy. Audacity includes built-in LV2 support with fully functional GUIs. While it is the primary standard for Linux audio production, fewer commercial, mainstream plugins are released in LV2 compared to VST.
Key Differences Summary
| Feature | VST (VST2 / VST3) | Audio Units (AU) | LV2 |
|---|---|---|---|
| Primary OS | Windows, macOS | macOS only | Linux (also Windows, macOS) |
| Developer / License | Steinberg (Proprietary) | Apple (Proprietary) | Open Source (LGPL/GPL) |
| Availability | Huge commercial market | Abundant on macOS | Primarily open-source community |
| Real-time Audacity FX | Yes (VST3) | Yes | Yes |
| Built-in System Tools | None | Yes (via macOS Core Audio) | Often included in Linux distros |
Which Format Should You Choose in Audacity?
- On Windows: VST3 is the preferred choice due to its broad developer support, efficient CPU management, and real-time processing capabilities in modern versions of Audacity.
- On macOS: Audio Units (AU) often provides the smoothest stability and comes pre-loaded with high-quality system tools, though VST3 is equally viable for cross-platform workflows.
- On Linux: LV2 is the primary recommendation, offering superior system stability, complete feature support, and zero proprietary compatibility issues.