An open API service indexing awesome lists of open source software.

https://github.com/aerth/modem

AM/ASK in Go
https://github.com/aerth/modem

am amplitude-modulation amplitude-shift-keying

Last synced: 11 months ago
JSON representation

AM/ASK in Go

Awesome Lists containing this project

README

          

# 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`