[pipewire] audio config

This commit is contained in:
Afonso Franco 2024-10-07 20:17:54 +01:00
parent 7810f71989
commit 29e1cd507d
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
6 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,7 @@
context.properties = {
default.clock.rate = 96000
default.clock.allowed-rates = [ 96000 ]
default.clock.quantum = 128
default.clock.max-quantum = 128
default.clock.min-quantum = 128
}