copyfeafie.3

来自「speech signal process tools」· 3 代码 · 共 58 行

3
58
字号
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.\" @(#)copyfeafie.3	1.2 30 Apr 1997 ESI.TH COPY_FEA_FIELDS 3\-ESPSu 30 Apr 1997.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMEcopy_fea_fields \- replicate all feature field definitions.SH SYNOPSIS.ft B#include <esps/fea.h>.brint.brcopy_fea_fields(hd1, hd2).brstruct header *hd1;.brstruct header *hd2;.ft.SH DESCRIPTION.I copy_fea_fieldsattempts to add a field definition to \fIhd1\fR for each record field found in\fIhd2\fP.  That is, for each field definition in \fIhd2\fP, a corresponding field with the same name, size, rank, etc. iscreated in \fIhd1\fP (see FEA(5\-ESPS) for details concerningfeature field definitions).   Only the field definitions are copied,not the actual data contents of the fields.  .PPIf the source file header (\fIhd2\fR) indicates that thefile is segment labeled,the destination file header (\fIhd1\fR) is marked as segment labeled..PPIf a field with a particular name and size cannot becreated in \fIhd1\fP, theprogram prints a warning message and exits.The program prints a message on stderr and terminatesif either \fIhd1\fP or \fIhd2\fP do not point to ESPS Feature Fileheaders..SH DIAGNOSTICS.nfcopy_fea_fields: dest is NULL.copy_fea_fields: dest not FEA.copy_fea_fields: src is NULL.copy_fea_fields: src not FEA.copy_fea_fields: couldn't add field to dest header..fi.SH BUGSNone known..SH SEE ALSO.PP.nf\fIadd_fea_fld\fR(3\-ESPSu), \fIcopy_fea_rec\fR(3\-ESPSu), \fIcopy_fea_fld\fR(3\-ESPSu), FEA(5\-ESPS).fi.SH AUTHORMan page by David Burton.

⌨️ 快捷键说明

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