summaryrefslogtreecommitdiffstats
path: root/etc/builtin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/builtin.conf')
-rw-r--r--etc/builtin.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/builtin.conf b/etc/builtin.conf
index 0f53b3974c..79a5414a35 100644
--- a/etc/builtin.conf
+++ b/etc/builtin.conf
@@ -43,6 +43,16 @@ correct-downscaling=yes
sigmoid-upscaling=yes
deband=yes
+[low-latency]
+audio-buffer=0 # minimize extra audio buffer (can lead to dropouts)
+vd-lavc-threads=1 # multithreaded decoding buffers extra frames
+cache-pause=no # do not pause on underruns
+demuxer-lavf-o-add=fflags=+nobuffer # can help for weird reasons
+demuxer-lavf-probe-info=nostreams # avoid probing unless absolutely needed
+demuxer-lavf-analyzeduration=0.1 # if it probes, reduce it
+video-sync=audio # DS currently requires reading ahead a frame
+interpolation=no # requires reference frames (more buffering)
+
# Compatibility alias (deprecated)
[opengl-hq]
profile=gpu-hq