mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa: add profile param
Make a profile param that can be used to configure a node with a certain profile. Use the profile to configure the ports on splitter and merger and get rid of the dynamic ports. Use the profile to configure the client-node and audio-dsp. Don't try to link more ports than available between client-node and dsp.
This commit is contained in:
		
							parent
							
								
									6de03418ca
								
							
						
					
					
						commit
						e1ec1bad23
					
				
					 12 changed files with 549 additions and 454 deletions
				
			
		| 
						 | 
				
			
			@ -31,9 +31,6 @@ struct pw_node *
 | 
			
		|||
pw_audio_dsp_new(struct pw_core *core,
 | 
			
		||||
		 const struct pw_properties *properties,
 | 
			
		||||
		 enum pw_direction direction,
 | 
			
		||||
		 uint32_t channels,
 | 
			
		||||
		 uint64_t channelmask,
 | 
			
		||||
		 uint32_t sample_rate,
 | 
			
		||||
		 uint32_t max_buffer_size,
 | 
			
		||||
		 size_t user_data_size);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue