mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	channelmix: implement per channel volume
Implement per channel volume on channelmix. Extend control on stream to take an array of values when possible. Remove name argument from pw_node_new and pw_device_new. We can pass this as a property instead. Improve properties on nodes to more closely match what pulseaudio does. Don't let the monitor do too much with the udev properties but let the session manager set the description and icon-names. Remove some change_mask flags for things that don't change in introspect. Use the flags to mark changes in -cli and -monitor.
This commit is contained in:
		
							parent
							
								
									1c27f48992
								
							
						
					
					
						commit
						c6a7b3eedb
					
				
					 45 changed files with 737 additions and 367 deletions
				
			
		| 
						 | 
				
			
			@ -134,7 +134,6 @@ static void *create_object(void *_data,
 | 
			
		|||
					NULL,
 | 
			
		||||
					pw_factory_get_global(d->this),
 | 
			
		||||
					factory_name,
 | 
			
		||||
					"slave-node",
 | 
			
		||||
					PW_SPA_NODE_FLAG_ACTIVATE |
 | 
			
		||||
					PW_SPA_NODE_FLAG_NO_REGISTER,
 | 
			
		||||
					pw_properties_copy(properties), 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue