From: Keiichiro O. <ur...@us...> - 2015-05-08 05:15:51
|
Update of /cvsroot/sp-tk/SPTK/src/bin/rawtowav In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1061 Modified Files: rawtowav.c Log Message: fix wrong message in rawtowav: suggested by Celsius813. Index: rawtowav.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/rawtowav/rawtowav.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** rawtowav.c 11 Dec 2014 08:30:49 -0000 1.13 --- rawtowav.c 8 May 2015 05:15:48 -0000 1.14 *************** *** 49,53 **** * 2009.9 A.Saito modified * * usage: * ! * rawtowav [ fs(Hz) ] [ infile ] [ outfile ] * * infile: * * raw file format * --- 49,53 ---- * 2009.9 A.Saito modified * * usage: * ! * rawtowav [ fs(Hz) ] [ bit ] [ infile ] [ outfile ] * * infile: * * raw file format * *************** *** 60,66 **** #if defined(WIN32) ! # include "SPTK.h" #else ! # include <SPTK.h> #endif --- 60,66 ---- #if defined(WIN32) ! #include "SPTK.h" #else ! #include <SPTK.h> #endif *************** *** 138,142 **** printf("rawtowav : convert raw to wav\n"); printf("usage:\n"); ! printf(" rawtowav [ fs(Hz) ] [ infile ] [ outfile ]\n"); exit(0); } --- 138,142 ---- printf("rawtowav : convert raw to wav\n"); printf("usage:\n"); ! printf(" rawtowav [ fs(Hz) ] [ bit ] [ infile ] [ outfile ]\n"); exit(0); } |