Skip to content

Forward audio from one Linux PC to other using a TCP socket

License

Notifications You must be signed in to change notification settings

dheison0/audio-forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Forward

Forward audio from one PC to another using a TCP socket

Build

Dependencies:

  • portaudio19-dev

Compile the program:

go build .

Usage

Start the server on the remote PC:

./audiof server

Connect to server:

./audiof client 192.168.1.105:8322

Todo

  • Compress data before sending;
  • Fix some underrun on client;
  • User can set listening port;
  • Accept different sample rates.

About

Forward audio from one Linux PC to other using a TCP socket

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages