LV2
LV2 is an open and extensible standard for audio plugins and their hosts. Designed as a successor to LADSPA, LV2 aims to provide a stable, flexible framework for real-time audio processing while enabling bodies of optional features through extensions. It defines how plugins (the processors) and hosts (the players) communicate, load, and run in a consistent way across platforms.
In LV2, plugins are distributed as shared libraries and discovered by hosts through a standard descriptor interface.
LV2 is built around an extension mechanism. The core specification covers the basic plugin-host model, while
The LV2 ecosystem is widely adopted in the Linux audio community and is supported by many hosts,