wireplumber.conf: add node.software-dsp to wireplumber.components

This component provides the automatic filter graph interface to consumers.
We provide the component by default, however it is not activated unless
explicitly requested in wireplumber.profiles by a consumer.

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
James Calligeros
2024-03-27 20:36:22 +10:00
parent 82b0ec8c30
commit 692e6e4b5b

View File

@@ -544,6 +544,10 @@ wireplumber.components = [
hooks.stream.state
hooks.filter.forward-format ]
}
{
name = node/software-dsp.lua, type = script/lua
provides = node.software-dsp
}
## Linking hooks
{