Audio driver and audio delay settings

This commit is contained in:
Niellun
2025-06-02 07:15:13 +03:00
parent cdc68e4191
commit 44faedbbdd
5 changed files with 45 additions and 10 deletions
+10
View File
@@ -77,6 +77,9 @@
# 3 - 1080p => 1920x1080
#android-resolution = 1
# Media delay for android auto
#android-media-delay = 300
##############################################################################
# 3.Application configuration
##############################################################################
@@ -106,6 +109,13 @@
# Reduction level from 1 (no reduction) to 0 (fully silenced)
#audio-fade = 0.3
# Force application to use following audio driver as audio output, if empty use default driver
# See SDL documentation for options. Some of them are
# alsa - Not supporting multiple channels, navigation over music will not work
# pulseaudio
# pipewire
#audio-driver =
# Run script or app on phone connected and disconnected.
# This script/app should be fast, otherwise it will block system.
# If you need to start application in background use scripts with fork