filter-chain: parse config options

Remove LADSPA dependencies, only use it in ladspa_plugin.c
Parse convolver config, like filename
This commit is contained in:
Wim Taymans 2021-08-10 23:50:24 +02:00
parent a2aaa71392
commit 44c6ec146e
7 changed files with 147 additions and 60 deletions

View file

@ -36,6 +36,10 @@ context.modules = [
type = builtin
name = convolver
label = convolver
config = {
filename = "src/modules/module-filter-chain/street2-L.wav"
blocksize = 512
}
}
]
}