mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	filter-chain: fix rnnoise example configuration
Other filter-chain configuration file examples do not prefix the plugin key with 'ladspa/'. And in the absence of the LADSPA_PATH environmental variable, this would lead to "/usr/lib64/ladspa/ladspa/librnnoise_ladspa.so" being used as the path, which is not correct.
This commit is contained in:
		
							parent
							
								
									d2e1b968af
								
							
						
					
					
						commit
						e9ba0899c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,7 +35,7 @@ context.modules = [
 | 
				
			||||||
                    {
 | 
					                    {
 | 
				
			||||||
                        type = ladspa
 | 
					                        type = ladspa
 | 
				
			||||||
                        name = rnnoise
 | 
					                        name = rnnoise
 | 
				
			||||||
                        plugin = ladspa/librnnoise_ladspa
 | 
					                        plugin = librnnoise_ladspa
 | 
				
			||||||
                        label = noise_suppressor_stereo
 | 
					                        label = noise_suppressor_stereo
 | 
				
			||||||
                        control = {
 | 
					                        control = {
 | 
				
			||||||
		            "VAD Threshold (%)" 50.0
 | 
							            "VAD Threshold (%)" 50.0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue