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

@@ -5,6 +5,7 @@ noinst_PROGRAMS = \
test_sendevolumenregler \
test_compandor \
test_emphasis \
test_dtmf \
test_dms \
test_sms \
test_performance \
@@ -80,6 +81,15 @@ test_emphasis_LDADD += \
$(SOAPY_LIBS)
endif
test_dtmf_SOURCES = dummy.x test_dtmf.c
test_dtmf_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/libdtmf/libdtmf.a \
$(top_builddir)/src/libfm/libfm.a \
$(top_builddir)/src/libfilter/libfilter.a \
-lm
test_dms_SOURCES = test_dms.c dummy.c
test_dms_LDADD = \