Add filter and stream properties

Mostly latency but also adapter properties for streams.
This commit is contained in:
Wim Taymans 2021-02-20 21:03:38 +01:00
parent 149319819a
commit 5738cb74ef
4 changed files with 26 additions and 0 deletions

View file

@ -63,3 +63,14 @@ context.modules = {
# Provides factories to make session manager objects.
libpipewire-module-session-manager = null
}
filter.properties = {
#node.latency = 1024/48000
}
stream.properties = {
#node.latency = 1024/48000
#resample.quality = 4
#channelmix.normalize = false
#channelmix.mix-lfe = false
}