Skip to content

nickadlakha/capture_transmit_soundcard_buffer_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

  • sudo apt-get install -y libsctp-dev

Compiling

  • go mod tidy
  • go build alsaexp.go

Running

As Server

xxxx@yyy:~$ ./alsaexp

Press enter [s] to transmit, [c] to consume and enter to exit.....::s
Listening on sctp server port 3000

As Client

xxxx@yyy:~$ ./alsaexp

Press enter [s] to transmit, [c] to consume and enter to exit.....::c

Please enter the server address to connect.....::192.168.1.229

About

Capture raw pcm buffer from the default soundcard and deliver the buffer efficiently to others in a network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages