mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
added support for base37 encoded call sign
This commit is contained in:
parent
d4c517337c
commit
53acfab11c
3 changed files with 45 additions and 12 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -15,7 +15,7 @@ CXX = clang++ -stdlib=libc++ -march=native
|
|||
all: encode decode
|
||||
|
||||
test: encode decode
|
||||
$(QEMU) ./encode audio.wav 48000 16 1 1500 5 /dev/urandom
|
||||
$(QEMU) ./encode audio.wav 48000 16 1 1500 ANONYMOUS 48 /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc common.hh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue