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
- Host: GitHub
- URL: https://github.com/aerth/modem
- Owner: aerth
- Created: 2019-12-31T06:40:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T08:19:53.000Z (over 6 years ago)
- Last Synced: 2025-06-09T11:11:18.259Z (about 1 year ago)
- Topics: am, amplitude-modulation, amplitude-shift-keying
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`