From: Takenori Y. <tak...@us...> - 2017-05-17 10:07:17
|
Update of /cvsroot/sp-tk/SPTK4/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18633 Modified Files: Makefile Log Message: add MuLawCompression class Index: Makefile =================================================================== RCS file: /cvsroot/sp-tk/SPTK4/src/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile 9 May 2017 07:17:18 -0000 1.30 --- Makefile 17 May 2017 10:07:14 -0000 1.31 *************** *** 73,76 **** --- 73,77 ---- mel_generalized_cepstrum_transform.cc \ mel_generalized_line_spectral_pairs_to_spectrum.cc \ + mu_law_compression.cc \ normal_distributed_random_value_generation.cc \ parcor_coefficients_to_linear_predictive_coefficients.cc \ |