This package enables the input of audio data from another computer's microphone via a network connection to the input of a different computer.
$ sudo apt install libpulse-dev
$ mkdir -p catkin_ws/src
$ cd catkin_ws/src && catkin_init_workspace
$ git clone https://github.com/trcp/stream_microphone.git ~/catkin_ws/src/stream_microphone
$ cd catkin_ws/ && catkin_make
$ rosrun stream_microphone sender_node <DESTINATION IP>
$ rosrun stream_microphone receiver_node