mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	audio fixes
This commit is contained in:
		
							parent
							
								
									5a15c113d7
								
							
						
					
					
						commit
						89a78f4a11
					
				@ -351,7 +351,7 @@ void play_notes(float (*np)[][2], uint8_t n_count, bool n_repeat, float n_rest)
 | 
			
		||||
 | 
			
		||||
if (audio_config.enable) {
 | 
			
		||||
 | 
			
		||||
    if (note || notes)
 | 
			
		||||
    if (note)
 | 
			
		||||
        stop_all_notes();
 | 
			
		||||
    notes = true;
 | 
			
		||||
 | 
			
		||||
@ -406,7 +406,7 @@ void play_note(double freq, int vol) {
 | 
			
		||||
 | 
			
		||||
if (audio_config.enable && voices < 8) {
 | 
			
		||||
 | 
			
		||||
    if (note || notes)
 | 
			
		||||
    if (notes)
 | 
			
		||||
        stop_all_notes();
 | 
			
		||||
    note = true;
 | 
			
		||||
    #ifdef PWM_AUDIO
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user