filter-chain: add support for lv2 plugins

Support lv2 plugins and their control values.
This commit is contained in:
Wim Taymans 2021-12-10 17:44:28 +01:00
parent d86008cf8f
commit 597b332666
6 changed files with 402 additions and 7 deletions

View file

@ -218,3 +218,7 @@ option('raop',
description: 'Enable module for Remote Audio Output Protocol',
type: 'feature',
value: 'auto')
option('lv2',
description: 'Enable loading of LV2 plugins',
type: 'feature',
value: 'auto')