[All] Pipewire configuration changes

This commit is contained in:
j1nx 2024-01-10 18:58:27 +00:00
parent 32ff320548
commit 89d0b2ce70
5 changed files with 9 additions and 9 deletions

View File

@ -75,11 +75,11 @@ context.modules = [
]
filter.properties = {
#node.latency = 1024/48000
node.latency = 256/48000
}
stream.properties = {
#node.latency = 1024/48000
node.latency = 256/48000
#node.autoconnect = true
#resample.quality = 4
#channelmix.normalize = false

View File

@ -66,11 +66,11 @@ context.modules = [
]
filter.properties = {
#node.latency = 1024/48000
node.latency = 256/48000
}
stream.properties = {
#node.latency = 1024/48000
node.latency = 256/48000
#node.autoconnect = true
#resample.quality = 4
#channelmix.normalize = false

View File

@ -26,8 +26,8 @@ context.properties = {
core.name = pipewire-0 # core name and socket name
## Properties for the DSP configuration.
#default.clock.rate = 48000
#default.clock.allowed-rates = [ 48000 ]
default.clock.rate = 48000
default.clock.allowed-rates = [ 16000 22050 44100 48000 88200 96000 ]
#default.clock.quantum = 1024
#default.clock.min-quantum = 32
#default.clock.max-quantum = 2048

View File

@ -26,8 +26,8 @@ context.properties = {
core.name = pipewire-0 # core name and socket name
## Properties for the DSP configuration.
#default.clock.rate = 48000
#default.clock.allowed-rates = [ 48000 ]
default.clock.rate = 48000
default.clock.allowed-rates = [ 16000 22050 44100 48000 88200 96000 ]
default.clock.quantum = 256
default.clock.min-quantum = 64
default.clock.max-quantum = 512

View File

@ -12,7 +12,7 @@ context.modules = [
plugin = /usr/lib/ladspa/librnnoise_ladspa.so
label = noise_suppressor_mono
control = {
"VAD Threshold (%)" 50.0
"VAD Threshold (%)" 85.0
"VAD Grace Period (ms)" = 200
"Retroactive VAD Grace (ms)" = 0
}