<div dir="ltr">Hold on, I'm being stupid. It's<div style>pactl load-module module-null-sink sink_name="transmit"</div><div style>pactl load-module module-loopback source="<name of your microphone source>" sink="transmit"</div>

<div style><div><div>Then in second terminal:<br></div><div>PULSE_SINK=transmit hydrogen</div></div><div><br></div><div>If you want to also be able to hear the beat yourself, then instead:</div><div>pactl load-module module-null-sink sink_name="transmit"<br>

</div><div><div>pactl load-module module-combine-sink sink_name="tee" slaves="transmit,<name of your local soundcard>"</div></div><div>pactl load-module module-loopback source="<name of your microphone source>" sink="tee"<br>

</div><div style><div><div>Then in second terminal:<br></div><div>PULSE_SINK=tee hydrogen</div></div><div><br></div><div style>And in the third terminal:</div><div style>PUSLE_SOURCE=transmit.monitor <your encoder/transmitter></div>

</div></div></div>