mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
use mode 17 in example
This commit is contained in:
parent
a5ec161773
commit
a3e02dd523
2 changed files with 3 additions and 3 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 5 /dev/urandom
|
||||
$(QEMU) ./encode audio.wav 8000 8 1 1500 17 /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc common.hh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue