mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	filter-graph: add latency option to the convolver
Sometimes you want to use the convolver as a delay without adding latency so add a latency option to tweak the automatic latency reporting. Use this in the upmix rear delay filters.
This commit is contained in:
		
							parent
							
								
									8ee51cd88f
								
							
						
					
					
						commit
						8bcf0460d1
					
				
					 3 changed files with 17 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -87,6 +87,7 @@ context.modules = [
 | 
			
		|||
			    delay = 0.012
 | 
			
		||||
                            filename = "/hilbert"
 | 
			
		||||
			    length = 33
 | 
			
		||||
			    latency = 0.0
 | 
			
		||||
			}
 | 
			
		||||
		    }
 | 
			
		||||
                    {
 | 
			
		||||
| 
						 | 
				
			
			@ -101,6 +102,7 @@ context.modules = [
 | 
			
		|||
			    delay = 0.012
 | 
			
		||||
                            filename = "/hilbert"
 | 
			
		||||
			    length = 33
 | 
			
		||||
			    latency = 0.0
 | 
			
		||||
			}
 | 
			
		||||
		    }
 | 
			
		||||
                 ]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue