Amazing documentation

This commit is contained in:
R Tyler Croy 2020-09-17 20:50:32 -07:00
parent 60f5aa4f51
commit da6ca79227
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 27 additions and 0 deletions

27
README.adoc Normal file
View File

@ -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.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB