mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	work on separating port mixers
Make it possible to assign an arbitary node as the port mixer. Also remove dynamically added ports. Improve negotiation and allocation on the mixer ports Add some more SSE optimisations Move float mixer from the audio dsp to the port Remove pw_node_get_free_port() and do things more explicitly. Handle mixer ports in client-node
This commit is contained in:
		
							parent
							
								
									f55cb422cb
								
							
						
					
					
						commit
						ca898a00db
					
				
					 29 changed files with 2422 additions and 1504 deletions
				
			
		| 
						 | 
				
			
			@ -75,6 +75,7 @@ pipewire_module_protocol_native = shared_library('pipewire-module-protocol-nativ
 | 
			
		|||
pipewire_module_audio_session = shared_library('pipewire-module-media-session',
 | 
			
		||||
  [ 'module-media-session.c',
 | 
			
		||||
    'module-media-session/audio-dsp.c',
 | 
			
		||||
    'module-media-session/floatmix.c',
 | 
			
		||||
    'spa/spa-node.c' ],
 | 
			
		||||
  c_args : pipewire_module_c_args,
 | 
			
		||||
  include_directories : [configinc, spa_inc],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue