mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
moved common code to Common class
This commit is contained in:
parent
7c2b4d94a0
commit
8cab519b16
4 changed files with 169 additions and 290 deletions
4
Makefile
vendored
4
Makefile
vendored
|
|
@ -17,10 +17,10 @@ test: encode decode
|
|||
$(QEMU) ./encode audio.wav 8000 8 1 1500 5 /dev/urandom
|
||||
$(QEMU) ./decode audio.wav /dev/null
|
||||
|
||||
encode: encode.cc
|
||||
encode: encode.cc common.hh
|
||||
$(CXX) $(CXXFLAGS) $< -o $@
|
||||
|
||||
decode: decode.cc schmidl_cox.hh
|
||||
decode: decode.cc common.hh schmidl_cox.hh
|
||||
$(CXX) $(CXXFLAGS) $< -o $@
|
||||
|
||||
freezer: freezer.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue