mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	module-equalizer-sink: switch back to reference dsp implementation - cpu usage doesn't really change and there may be
a bug in the vectorized version
This commit is contained in:
		
							parent
							
								
									c6c933b4ec
								
							
						
					
					
						commit
						1178f61280
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,7 @@ static void sink_set_mute_cb(pa_sink *s) {
 | 
			
		|||
    pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifndef __SSE2__
 | 
			
		||||
#if 1
 | 
			
		||||
//reference implementation
 | 
			
		||||
static void dsp_logic(
 | 
			
		||||
    float * restrict dst,//used as a temp array too, needs to be fft_length!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue