mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
sample rate of 8000 Hz not supported anymore
This commit is contained in:
parent
962a56cd2e
commit
88e25f1abb
2 changed files with 5 additions and 5 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 5 /dev/urandom
|
||||
$(QEMU) ./encode audio.wav 48000 16 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