Skip to content
Snippets Groups Projects
Commit 85bbff1f authored by Thomas Guillem's avatar Thomas Guillem Committed by Steve Lhomme
Browse files

aaudio: enable low-latency in case of low-delay

parent 8d930c56
No related branches found
No related tags found
1 merge request!3566aaudio: enable low-latency in case of low-delay
Pipeline #335279 passed with stages
in 25 minutes and 49 seconds
......@@ -588,7 +588,7 @@ PrepareAudioFormat(aout_stream_t *stream, audio_sample_format_t *fmt)
sys->cfg.low_latency = true;
}
else
sys->cfg.low_latency = false;
sys->cfg.low_latency = var_InheritBool(stream, "low-delay");
sys->fmt = *fmt;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment