mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
trimmed modes to free some bits in first symbol
This commit is contained in:
parent
1441686bb8
commit
34abccdf6e
7 changed files with 32 additions and 224 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 8000 8 1 1500 17 /dev/urandom
|
||||
$(QEMU) ./encode audio.wav 8000 8 1 1500 5 /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc common.hh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue