diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..8890ebd --- /dev/null +++ b/README.adoc @@ -0,0 +1,27 @@ += Charcuterie + + +A sound board for Meet. + + +This is a totally silly waste of time. + + + + +== Setting up Pulseaudio + +On the hosts machine, it's helpful to set up a null audio sink so that Google +Meet can record from both the `charcuterie` instance and the microphone. + +[source,bash] +---- +pactl load-module module-null-sink sink_name=meet +pactl load-module module-loopback sink=meet +---- + + +Once that null device is set up, configure pulseaudio to output the charcuterie +audio to the null output, Then set the Recording loopback to that null output +to come from your microphone, and finally, make Google Meet use a _monitor_ of +the null output. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..3a4a2cf Binary files /dev/null and b/screenshot.png differ