pw_utils: Lower default buffer count to 8

We certainly don't need 16 buffers.
This commit is contained in:
Ivan Molodetskikh
2026-01-27 20:41:14 +03:00
parent e1015ac92f
commit a00b271a15
+1 -1
View File
@@ -616,7 +616,7 @@ impl PipeWire {
pod::Value::Choice(ChoiceValue::Int(Choice(
ChoiceFlags::empty(),
ChoiceEnum::Range {
default: 16,
default: 8,
min: 2,
max: 16
}