mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 05:28:01 +02:00
17 lines
537 B
Text
17 lines
537 B
Text
context.modules = [
|
|
{ name = libpipewire-module-protocol-native }
|
|
{ name = libpipewire-module-metadata }
|
|
]
|
|
|
|
wireplumber.settings = {
|
|
test-setting1 = false
|
|
test-setting2 = true
|
|
test-setting3-int = -20
|
|
test-setting4-string = "blahblah"
|
|
test-setting5-string-with-quotes = "a string with \"quotes\""
|
|
test-setting-float1 = 3.14
|
|
test-setting-float2 = 0.4
|
|
test-setting-json = [1, 2, 3]
|
|
test-setting-json2 = ["test1", "test 2", "test three", "test-four"]
|
|
test-setting-json3 = { key1: "value", key2: 2, key3: true }
|
|
}
|