mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
added support for multiple input and output files
This commit is contained in:
parent
6523f6f701
commit
a56466c08f
4 changed files with 307 additions and 310 deletions
4
Makefile
vendored
4
Makefile
vendored
|
|
@ -14,8 +14,8 @@ CXX = clang++ -stdlib=libc++ -march=native
|
|||
all: encode decode
|
||||
|
||||
test: encode decode
|
||||
$(QEMU) ./encode encoded.wav 8000 8 1 /dev/urandom 25
|
||||
$(QEMU) ./decode /dev/null encoded.wav
|
||||
$(QEMU) ./encode audio.wav 8000 8 1 1500 25 ANONYMOUS /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc
|
||||
$(CXX) $(CXXFLAGS) $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue