From bc8fd61aaa4357a266458db2bc007f76eb6bbd8d Mon Sep 17 00:00:00 2001 From: Anthony Pesch Date: Sat, 20 May 2017 16:25:42 -0400 Subject: [PATCH] lower default audio latency --- src/sdl_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl_host.c b/src/sdl_host.c index fab9cad0..78ed7d81 100644 --- a/src/sdl_host.c +++ b/src/sdl_host.c @@ -13,7 +13,7 @@ #include "tracer.h" DEFINE_OPTION_INT(audio, 1, "Enable audio"); -DEFINE_OPTION_INT(latency, 100, "Preferred audio latency in ms"); +DEFINE_OPTION_INT(latency, 50, "Preferred audio latency in ms"); DEFINE_OPTION_INT(help, 0, "Show help"); #define AUDIO_FREQ 44100