charcuterie/README.adoc

30 lines
662 B
Plaintext

= Charcuterie
A sound board for Meet.
This is a totally silly waste of time.
image::screenshot.png[]
== 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.