chore(pipewire): audio config
This commit is contained in:
		
							parent
							
								
									8b952060ab
								
							
						
					
					
						commit
						009bbb353c
					
				
					 6 changed files with 109 additions and 0 deletions
				
			
		
							
								
								
									
										42
									
								
								.config/pipewire/pipewire.conf.d/null-sink.conf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								.config/pipewire/pipewire.conf.d/null-sink.conf
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,42 @@
 | 
			
		|||
context.objects = [
 | 
			
		||||
{   factory = adapter
 | 
			
		||||
    args = {
 | 
			
		||||
            factory.name     = support.null-audio-sink
 | 
			
		||||
            node.name        = "Browser"
 | 
			
		||||
            media.class      = Audio/Duplex
 | 
			
		||||
            channel_map      = stereo
 | 
			
		||||
            monitor.passthrough = true
 | 
			
		||||
            monitor.channel-volumes = true
 | 
			
		||||
    }
 | 
			
		||||
},
 | 
			
		||||
{   factory = adapter
 | 
			
		||||
    args = {
 | 
			
		||||
            factory.name     = support.null-audio-sink
 | 
			
		||||
            node.name        = "Social"
 | 
			
		||||
            media.class      = Audio/Duplex
 | 
			
		||||
            channel_map      = stereo
 | 
			
		||||
            monitor.passthrough = true
 | 
			
		||||
            monitor.channel-volumes = true
 | 
			
		||||
    }
 | 
			
		||||
},
 | 
			
		||||
{   factory = adapter
 | 
			
		||||
    args = {
 | 
			
		||||
            factory.name     = support.null-audio-sink
 | 
			
		||||
            node.name        = "Gaming"
 | 
			
		||||
            media.class      = Audio/Duplex
 | 
			
		||||
            channel_map      = stereo
 | 
			
		||||
            monitor.passthrough = true
 | 
			
		||||
            monitor.channel-volumes = true
 | 
			
		||||
    }
 | 
			
		||||
},
 | 
			
		||||
{   factory = adapter
 | 
			
		||||
    args = {
 | 
			
		||||
            factory.name     = support.null-audio-sink
 | 
			
		||||
            node.name        = "Desktop Audio"
 | 
			
		||||
            media.class      = Audio/Sink
 | 
			
		||||
            channel_map      = stereo
 | 
			
		||||
            monitor.passthrough = true
 | 
			
		||||
            monitor.channel-volumes = true
 | 
			
		||||
    }
 | 
			
		||||
},
 | 
			
		||||
]
 | 
			
		||||
							
								
								
									
										7
									
								
								.config/pipewire/pipewire.conf.d/settings.conf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.config/pipewire/pipewire.conf.d/settings.conf
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
context.properties = {
 | 
			
		||||
    default.clock.rate = 96000
 | 
			
		||||
    default.clock.allowed-rates  = [ 96000 ]
 | 
			
		||||
    default.clock.quantum = 128
 | 
			
		||||
    default.clock.max-quantum = 128
 | 
			
		||||
    default.clock.min-quantum = 128
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue