w_diff.1

来自「speech signal process tools」· 1 代码 · 共 62 行

1
62
字号
.\" @(#)w_diff.1 94/06/01 NIST;.\" NIST ASRG.\" Jonathan G. Fiscus.\".TH W_DIFF 1 "9 Apr 93".SH NAME.nfw_diff \-  Compare two NIST SPHERE header waveform files.fi.SH SYNOPSIS.nf\fBw_diff\fP w_diff [-hvdws] [-cCSTR] file1 file2.fi.SH DESCRIPTIONW_diff is a waveform comparing program.  It can compare the SPHEREheaders of two files as well as the data portions of two SPHERE files.If the files do not differ, a zero is returned by the program, otherwisea non-zero value is returned..TP 8.B "\-cCSTR"Convert the files by the 'CSTR' used in a call to sp_set_data_mode().TP 8.B "\-d"Compare the data portions of the files byte by byte..TP 8.B "\-h"Print this help message..TP 8.B "\-s"Compare the SPHERE headers of the files..TP 8.B "\-w"Compare the waveforms of the two files after converting themusing the conversion string in 'CSTR'.  This is the default.TP 8.B "\-v"Set the verbosity level up by one, repeat the v for higher levels.  Averbosity setting of 1 will provide a description of each testsoutcome..SH EXAMPLES.PD 0.TP.B "w_diff -vdws lib/data/ex1_01.wav lib/data/ex1_01.wav"Compare a file to itself.  .TP.B "w_diff -vdws lib/data/ex1_01.wav lib/data/ex1_10.wav"Compare a files of differing byte order.  .PD.SH SEE ALSOsp_set_data_mode(3).SH AUTHORJon Fiscus (jon@jaguar.ncsl.nist.gov)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?