From 50a7383873e508eee54cea44e30b9879c239e76b Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Tue, 8 Mar 2022 18:25:49 -0500 Subject: [PATCH] a minimum viable implementation via scripts --- executable/ch_subu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executable/ch_subu b/executable/ch_subu index 0252a3f..8b8150b 100755 --- a/executable/ch_subu +++ b/executable/ch_subu @@ -4,6 +4,8 @@ # to make audio work will need to do this: # > sudo dnf install pulseaudio-utils # > pactl load-module module-native-protocol-tcp +# To load a specific module to the PA server, you add it to /etc/pulse/default.pa: +# I created the file because it was not there... #set -x -- 2.20.1