summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-16 01:24:03 +0200
committerwm4 <wm4@nowhere>2014-05-16 01:24:03 +0200
commit129ab5833d06e91599d538c48d3c6fbb63993b83 (patch)
treea8187e55d4a815a13f0733e00b3f6c65e564fc29
parent014c0fb99792b9be3befcbad5cb58243eb68ee58 (diff)
downloadmpv-129ab5833d06e91599d538c48d3c6fbb63993b83.tar.bz2
mpv-129ab5833d06e91599d538c48d3c6fbb63993b83.tar.xz
etc/example.conf: add example options for multichannel audio
-rw-r--r--etc/example.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/example.conf b/etc/example.conf
index ac670c6d23..dfdbd0839a 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -44,7 +44,6 @@
# Keep the player window on top of all other windows.
#ontop=yes
-
##################
# audio settings #
##################
@@ -55,6 +54,15 @@
# Disable softvol usage, and always use the system mixer if available.
#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 #