You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
678 B

lib_LTLIBRARIES = libbcg729.la
libbcg729_la_SOURCES= LP2LSPConversion.c \
LPSynthesisFilter.c \
LSPQuantization.c \
adaptativeCodebookSearch.c \
codebooks.c \
computeAdaptativeCodebookGain.c \
computeLP.c \
computeWeightedSpeech.c \
decodeAdaptativeCodeVector.c \
decodeFixedCodeVector.c \
decodeGains.c \
decodeLSP.c \
decoder.c \
encoder.c \
findOpenLoopPitchDelay.c \
fixedCodebookSearch.c \
gainQuantization.c \
interpolateqLSP.c \
postFilter.c \
postProcessing.c \
preProcessing.c \
qLSP2LP.c \
utils.c
libbcg729_la_LDFLAGS= -no-undefined
INCLUDES= -I$(top_srcdir)/include
AM_CFLAGS=-fvisibility=hidden