diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-08 12:00:47 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-08 12:00:47 -0500 |
commit | c2d647a3cb3a6d456684bcdce327954214352959 (patch) | |
tree | 4fe8bf78b9ef868453bb974758856b2c19c20830 /roles/obs/templates/pulse | |
parent | 5bf4ab50e13a9be2923ddebe69525b40df8ab3bc (diff) | |
download | emacsconf-ansible-c2d647a3cb3a6d456684bcdce327954214352959.tar.xz emacsconf-ansible-c2d647a3cb3a6d456684bcdce327954214352959.zip |
Update edit and publish configs, tweak OBS, add Mumble client
Diffstat (limited to 'roles/obs/templates/pulse')
-rwxr-xr-x | roles/obs/templates/pulse | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/obs/templates/pulse b/roles/obs/templates/pulse index cba7fc0..7035cfe 100755 --- a/roles/obs/templates/pulse +++ b/roles/obs/templates/pulse @@ -135,8 +135,6 @@ load-module module-filter-apply #set-default-sink output #set-default-source input -{% for track in emacsconf_tracks %} -load-module module-null-sink sink_name={{ track.id }}-vid sink_properties=device.description={{ track.id }}-vid -load-module module-null-sink sink_name={{ track.id }}-qa sink_properties=device.description={{ track.id }}-qa -{% endfor %} +load-module module-null-sink sink_name={{ item.id }}-vid sink_properties=device.description={{ item.id }}-vid +load-module module-null-sink sink_name={{ item.id }}-qa sink_properties=device.description={{ item.id }}-qa load-module module-stream-restore restore_device=false |