mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
adapted to new scheme
This commit is contained in:
parent
d565750bf7
commit
8d45b0546f
1 changed files with 1 additions and 1 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -14,7 +14,7 @@ CXX = clang++ -stdlib=libc++ -march=native
|
|||
all: encode decode
|
||||
|
||||
test: encode decode
|
||||
$(QEMU) ./encode audio.wav 8000 8 1 1500 25 ANONYMOUS /dev/urandom
|
||||
$(QEMU) ./encode audio.wav 8000 8 1 1500 5 /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue