mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(ALSA QSA) Set min fragment size to 2 - still 1/split-second pauses
happening every 30-40 seconds or so
This commit is contained in:
parent
6d8035fb08
commit
9cf72b46c9
@ -94,7 +94,7 @@ static void *alsa_qsa_init(const char *device, unsigned rate, unsigned latency)
|
|||||||
params.stop_mode = SND_PCM_STOP_STOP;
|
params.stop_mode = SND_PCM_STOP_STOP;
|
||||||
|
|
||||||
params.buf.block.frag_size = pi.max_fragment_size;
|
params.buf.block.frag_size = pi.max_fragment_size;
|
||||||
params.buf.block.frags_min = 1;
|
params.buf.block.frags_min = 2;
|
||||||
params.buf.block.frags_max = 8;
|
params.buf.block.frags_max = 8;
|
||||||
|
|
||||||
//FIXME: Hack turning on g_extern.verbose
|
//FIXME: Hack turning on g_extern.verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user