fixes opus courtesy of longbyte1
This commit is contained in:
		
							parent
							
								
									22640d4825
								
							
						
					
					
						commit
						0fab6785e6
					
				@ -6,7 +6,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
 | 
			
		||||
 | 
			
		||||
  //initializing sound device
 | 
			
		||||
  BASS_Init(-1, 48000, BASS_DEVICE_LATENCY, 0, NULL);
 | 
			
		||||
  BASS_PluginLoad("bassopus.dll", BASS_UNICODE);
 | 
			
		||||
  BASS_PluginLoad(L"bassopus.dll", BASS_UNICODE);
 | 
			
		||||
 | 
			
		||||
  keepalive_timer = new QTimer(this);
 | 
			
		||||
  keepalive_timer->start(60000);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user