mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	audio_core: remove unnecessary spaces on comments
This commit is contained in:
		
							parent
							
								
									95a57a2fe3
								
							
						
					
					
						commit
						6560fac5ff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -54,8 +54,8 @@ std::size_t TimeStretcher::Process(const s16* in, std::size_t num_in, s16* out, | |||
|     const double lpf_gain = 1.0 - std::exp(-time_delta / lpf_time_scale); | ||||
|     stretch_ratio += lpf_gain * (current_ratio - stretch_ratio); | ||||
| 
 | ||||
|     // Place a lower limit of 5% speed.  When a game boots up, there will be
 | ||||
|     // many silence samples.  These do not need to be timestretched.
 | ||||
|     // Place a lower limit of 5% speed. When a game boots up, there will be
 | ||||
|     // many silence samples. These do not need to be timestretched.
 | ||||
|     stretch_ratio = std::max(stretch_ratio, 0.05); | ||||
|     sound_touch->setTempo(stretch_ratio); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue