summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/mpv.conf
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-28 19:58:06 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-28 19:58:06 -0500
commit56fba385b58c5aa076f5b162398641e5a27d5727 (patch)
tree74b3f974857fd612a5342b1192b632c3a8673e17 /roles/obs/templates/mpv.conf
parentf748ff206801304b39b8e3222c5abf9551918713 (diff)
downloademacsconf-ansible-56fba385b58c5aa076f5b162398641e5a27d5727.tar.xz
emacsconf-ansible-56fba385b58c5aa076f5b162398641e5a27d5727.zip
mumble
Diffstat (limited to 'roles/obs/templates/mpv.conf')
-rw-r--r--roles/obs/templates/mpv.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/obs/templates/mpv.conf b/roles/obs/templates/mpv.conf
index 6c90a6b..a30136d 100644
--- a/roles/obs/templates/mpv.conf
+++ b/roles/obs/templates/mpv.conf
@@ -2,7 +2,7 @@
# Requires mpv >= 0.34.0
input-ipc-server={{ emacsconf_home }}/mpv-socket-{{ emacsconf_id }}-{{ item.id }}
-audio-device=pulse/{{ item.id }}-vid
+audio-device=pulse/vid
# Comment out the next line if you don't want this profile loaded by default.
profile={{ emacsconf_id }}-talks
# Then you can load it with `--profile={{ emacsconf_id }}-talks`