Add DTMF decoder to libdtmf

Note: This decoder has no user yet.
This commit is contained in:
Andreas Eversberg
2017-11-20 19:51:24 +01:00
parent 44247ffb53
commit 9e75e64787
6 changed files with 421 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libdtmf.a
libdtmf_a_SOURCES = \
dtmf_encode.c
dtmf_encode.c \
dtmf_decode.c