Go to file
R Tyler Croy dbd388dc29
screenshot
2020-09-17 20:51:28 -07:00
assets Checkpoint this work with some basic websockets and prettier layout 2020-09-17 15:25:26 -07:00
sounds Checkpoint this work with some basic websockets and prettier layout 2020-09-17 15:25:26 -07:00
src Convert some sound levels 2020-09-17 20:40:35 -07:00
views This is the jankiest distributed timer ever 2020-09-17 17:05:46 -07:00
.gitignore Initial commit with a sorta working demo 2020-09-17 13:48:40 -07:00
Cargo.lock Checkpoint this work with some basic websockets and prettier layout 2020-09-17 15:25:26 -07:00
Cargo.toml Checkpoint this work with some basic websockets and prettier layout 2020-09-17 15:25:26 -07:00
README.adoc screenshot 2020-09-17 20:51:28 -07:00
screenshot.png Amazing documentation 2020-09-17 20:50:32 -07:00

README.adoc

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