From: Natsumi K. <koi...@us...> - 2017-05-24 02:43:41
|
Update of /cvsroot/sp-tk/SPTK4/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2696 Modified Files: lpc2c.cc Log Message: change the comment of lpc2c Index: lpc2c.cc =================================================================== RCS file: /cvsroot/sp-tk/SPTK4/src/lpc2c.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lpc2c.cc 2 May 2017 07:25:40 -0000 1.3 --- lpc2c.cc 24 May 2017 02:43:39 -0000 1.4 *************** *** 137,141 **** std::istream& input_stream(ifs.fail() ? std::cin : ifs); ! // prepare for frequency transform sptk::LinearPredictiveCoefficientsToCepstrum linear_predictive_coefficients_to_cepstrum(num_input_order, --- 137,141 ---- std::istream& input_stream(ifs.fail() ? std::cin : ifs); ! // prepare for transformation sptk::LinearPredictiveCoefficientsToCepstrum linear_predictive_coefficients_to_cepstrum(num_input_order, |