Skip to content

trcp/stream_microphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stream_microphone

This package enables the input of audio data from another computer's microphone via a network connection to the input of a different computer.

Installation

$ 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

RUN

PC1

$ rosrun stream_microphone sender_node <DESTINATION IP>

PC2

$ rosrun stream_microphone receiver_node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published