mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
etc/example.conf: add example options for multichannel audio
This commit is contained in:
parent
014c0fb997
commit
129ab5833d
@ -44,7 +44,6 @@
|
|||||||
# Keep the player window on top of all other windows.
|
# Keep the player window on top of all other windows.
|
||||||
#ontop=yes
|
#ontop=yes
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# audio settings #
|
# audio settings #
|
||||||
##################
|
##################
|
||||||
@ -55,6 +54,15 @@
|
|||||||
# Disable softvol usage, and always use the system mixer if available.
|
# Disable softvol usage, and always use the system mixer if available.
|
||||||
#softvol=no
|
#softvol=no
|
||||||
|
|
||||||
|
# Scale audio tempo by playback speed without altering pitch. (By default does
|
||||||
|
# nothing if playback speed is not changed. May introduce artifacts.)
|
||||||
|
#af=scaletempo
|
||||||
|
|
||||||
|
# Output 5.1 audio natively, and upmix/downmix audio with a different format.
|
||||||
|
#audio-channels=5.1
|
||||||
|
# Disable any automatic remix, _if_ the audio output accepts the audio format.
|
||||||
|
# of the currently played file.
|
||||||
|
#audio-channels=empty
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# other settings #
|
# other settings #
|
||||||
|
Loading…
Reference in New Issue
Block a user