conf: put "" around string with potential special chars

This commit is contained in:
Wim Taymans 2021-02-18 17:21:29 +01:00
parent a22602f436
commit 250a10cd63

View file

@ -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"