mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05: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 = {
 | 
					    #adapter = {
 | 
				
			||||||
    #    args = {
 | 
					    #    args = {
 | 
				
			||||||
    #        factory.name     = support.null-audio-sink
 | 
					    #        factory.name     = support.null-audio-sink
 | 
				
			||||||
    #        node.name        = my-mic
 | 
					    #        node.name        = "my-mic"
 | 
				
			||||||
    #        node.description = Microphone
 | 
					    #        node.description = "Microphone"
 | 
				
			||||||
    #        media.class      = Audio/Source/Virtual
 | 
					    #        media.class      = "Audio/Source/Virtual"
 | 
				
			||||||
    #        audio.position   = "FL,FR"
 | 
					    #        audio.position   = "FL,FR"
 | 
				
			||||||
    #    }
 | 
					    #    }
 | 
				
			||||||
    #}
 | 
					    #}
 | 
				
			||||||
| 
						 | 
					@ -176,15 +176,15 @@ context.objects = {
 | 
				
			||||||
    #adapter = {
 | 
					    #adapter = {
 | 
				
			||||||
    #    args = {
 | 
					    #    args = {
 | 
				
			||||||
    #        factory.name            = api.alsa.pcm.source
 | 
					    #        factory.name            = api.alsa.pcm.source
 | 
				
			||||||
    #        node.name               = alsa-source
 | 
					    #        node.name               = "alsa-source"
 | 
				
			||||||
    #        node.description        = "PCM Source"
 | 
					    #        node.description        = "PCM Source"
 | 
				
			||||||
    #        media.class             = Audio/Source
 | 
					    #        media.class             = "Audio/Source"
 | 
				
			||||||
    #        api.alsa.path           = hw:0
 | 
					    #        api.alsa.path           = "hw:0"
 | 
				
			||||||
    #        #api.alsa.period-size   = 1024
 | 
					    #        #api.alsa.period-size   = 1024
 | 
				
			||||||
    #        #api.alsa.headroom      = 0
 | 
					    #        #api.alsa.headroom      = 0
 | 
				
			||||||
    #        #api.alsa.disable-mmap  = false
 | 
					    #        #api.alsa.disable-mmap  = false
 | 
				
			||||||
    #        #api.alsa.disable-batch = false
 | 
					    #        #api.alsa.disable-batch = false
 | 
				
			||||||
    #        #audio.format           = "S16LE
 | 
					    #        #audio.format           = "S16LE"
 | 
				
			||||||
    #        #audio.rate             = 48000
 | 
					    #        #audio.rate             = 48000
 | 
				
			||||||
    #        #audio.channels         = 2
 | 
					    #        #audio.channels         = 2
 | 
				
			||||||
    #        #audio.position         = "FL,FR"
 | 
					    #        #audio.position         = "FL,FR"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue