mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Clean up the filtet chains a bit
Add matrix-spatialiser to build, rename to remove _ Give effect a better name.
This commit is contained in:
parent
3b2d8fc0bb
commit
6ed32a74eb
5 changed files with 6 additions and 5 deletions
|
|
@ -2,6 +2,7 @@ conf_files = [
|
|||
[ 'demonic.conf', 'demonic.conf' ],
|
||||
[ 'sink-dolby-surround.conf', 'sink-dolby-surround.conf' ],
|
||||
[ 'sink-eq6.conf', 'sink-eq6.conf' ],
|
||||
[ 'sink-matrix-spatializer.conf', 'sink-matrix-spatializer.conf' ],
|
||||
[ 'source-rnnoise.conf', 'source-rnnoise.conf' ],
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ context.modules = [
|
|||
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.name = "dolby_sink"
|
||||
node.name = "effect_output.dolby_surround"
|
||||
node.description = "Dolby Surround Sink"
|
||||
media.name = "Dolby Surround Sink"
|
||||
filter.graph = {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ context.modules = [
|
|||
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.name = "eq_sink"
|
||||
node.name = "effect_output.eq6"
|
||||
node.description = "Equalizer Sink"
|
||||
media.name = "Equalizer Sink"
|
||||
filter.graph = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Matrix Spatialiser sink
|
||||
#
|
||||
# start with pipewire -c filter-chain/sink-matrix_spatialiser.conf
|
||||
# start with pipewire -c filter-chain/sink-matrix-spatialiser.conf
|
||||
# ( Jean-Philippe Guillemin <hyp3ri0n@sfr.fr> )
|
||||
|
||||
context.properties = {
|
||||
|
|
@ -28,7 +28,7 @@ context.modules = [
|
|||
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.name = "Matrix Spatialiser"
|
||||
node.name = "effect_output.matrix_spatialiser"
|
||||
node.description = "Matrix Spatialiser"
|
||||
media.name = "Matrix Spatialiser"
|
||||
filter.graph = {
|
||||
|
|
@ -27,7 +27,7 @@ context.modules = [
|
|||
|
||||
{ name = libpipewire-module-filter-chain
|
||||
args = {
|
||||
node.name = "rnnoise_source"
|
||||
node.name = "effect_input.rnnoise"
|
||||
node.description = "Noise Canceling source"
|
||||
media.name = "Noise Canceling source"
|
||||
filter.graph = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue