improve low-latency mode strategy

This commit is contained in:
tildearrow 2022-04-15 14:38:25 -05:00
parent eb70086234
commit 45460df96d
4 changed files with 25 additions and 15 deletions

View file

@ -2237,6 +2237,8 @@ bool DivEngine::initAudioBackend() {
if (metroVol<0.0f) metroVol=0.0f;
if (metroVol>2.0f) metroVol=2.0f;
if (lowLatency) logI("using low latency mode.");
switch (audioEngine) {
case DIV_AUDIO_JACK:
#ifndef HAVE_JACK