charcuterie/README.adoc

662 B
Raw Permalink Blame History

<html lang="en"> <head> </head>

Charcuterie

A sound board for Meet.

This is a totally silly waste of time.

screenshot

Setting up Pulseaudio

On the hosts machine, its helpful to set up a null audio sink so that Google Meet can record from both the charcuterie instance and the microphone.

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.

</html>