Downmix audio to stereo by default in mpv
This commit is contained in:
parent
8693edd223
commit
aa0627ed4c
|
@ -10,3 +10,5 @@ k cycle-values audio-pitch-correction "no" "yes"
|
|||
# reverse cycling for audio and video (shift modifier on german keyboard layout)
|
||||
' cycle audio down
|
||||
- cycle video down
|
||||
|
||||
c cycle-values audio-channels stereo auto
|
||||
|
|
|
@ -12,6 +12,9 @@ sub-use-margins = no
|
|||
# max volume
|
||||
volume-max = 150
|
||||
|
||||
# downmix to stereo by default
|
||||
audio-channels = stereo
|
||||
|
||||
# i18n
|
||||
#alang = ger,de,deu,eng,en
|
||||
#slang = ger,de,deu,eng,en
|
||||
|
|
Reference in a new issue