mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-tunnel: increase default latency to 100ms
20ms is too small and might be a typo from the pulseaudio 200ms default latency.
This commit is contained in:
		
							parent
							
								
									c41e3553bf
								
							
						
					
					
						commit
						88ba3014d6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -79,7 +79,7 @@ static const struct spa_dict_item module_props[] = {
 | 
			
		|||
#define RINGBUFFER_SIZE		(1u << 22)
 | 
			
		||||
#define RINGBUFFER_MASK		(RINGBUFFER_SIZE-1)
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_LATENCY_USEC (20 * PA_USEC_PER_MSEC)
 | 
			
		||||
#define DEFAULT_LATENCY_USEC (100 * PA_USEC_PER_MSEC)
 | 
			
		||||
 | 
			
		||||
struct impl {
 | 
			
		||||
	struct pw_context *context;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue