DEADSOFTWARE

increased SDL sound buffer
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 01:34:14 +0000 (04:34 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 01:34:14 +0000 (04:34 +0300)
src/engine/e_sound.pas

index f7b208969a9d58453439983388bebbcc30852573..76f9929f729f4f07e424bae5bdbe0aef4524bef9 100644 (file)
@@ -134,7 +134,7 @@ begin
   end;
 }
 
-  res := Mix_OpenAudio(44100, AUDIO_S16LSB, 2, 512);
+  res := Mix_OpenAudio(44100, AUDIO_S16LSB, 2, 2048);
   if res = -1 then
   begin
     e_WriteLog('Error initializing SDL mixer:', MSG_FATALERROR);