mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
filter-chain: add support for lv2 plugins
Support lv2 plugins and their control values.
This commit is contained in:
parent
d86008cf8f
commit
597b332666
6 changed files with 402 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue