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+).

AU (Audio Units)

Audio Units is Apple’s proprietary system-level audio plugin architecture, built directly into the macOS Core Audio framework.

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.

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?