mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-01 18:17:43 +01:00
[All] Pipewire configuration changes
This commit is contained in:
parent
32ff320548
commit
89d0b2ce70
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user