mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
conf: put "" around string with potential special chars
This commit is contained in:
parent
a22602f436
commit
250a10cd63
1 changed files with 7 additions and 7 deletions
|
|
@ -163,9 +163,9 @@ context.objects = {
|
|||
#adapter = {
|
||||
# args = {
|
||||
# factory.name = support.null-audio-sink
|
||||
# node.name = my-mic
|
||||
# node.description = Microphone
|
||||
# media.class = Audio/Source/Virtual
|
||||
# node.name = "my-mic"
|
||||
# node.description = "Microphone"
|
||||
# media.class = "Audio/Source/Virtual"
|
||||
# audio.position = "FL,FR"
|
||||
# }
|
||||
#}
|
||||
|
|
@ -176,15 +176,15 @@ context.objects = {
|
|||
#adapter = {
|
||||
# args = {
|
||||
# factory.name = api.alsa.pcm.source
|
||||
# node.name = alsa-source
|
||||
# node.name = "alsa-source"
|
||||
# node.description = "PCM Source"
|
||||
# media.class = Audio/Source
|
||||
# api.alsa.path = hw:0
|
||||
# media.class = "Audio/Source"
|
||||
# api.alsa.path = "hw:0"
|
||||
# #api.alsa.period-size = 1024
|
||||
# #api.alsa.headroom = 0
|
||||
# #api.alsa.disable-mmap = false
|
||||
# #api.alsa.disable-batch = false
|
||||
# #audio.format = "S16LE
|
||||
# #audio.format = "S16LE"
|
||||
# #audio.rate = 48000
|
||||
# #audio.channels = 2
|
||||
# #audio.position = "FL,FR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue