Skip to content

aerth/modem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Modem

Amplitude Modulator in Go

Let's use Ampltiude Shift Keying to encode data into audio!

build it

make

run it

./modulate -in /etc/passwd -out test.wav

dependencies needed

apt install libasound2-dev