improve low-latency mode strategy
This commit is contained in:
parent
eb70086234
commit
45460df96d
4 changed files with 25 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue