sp.h
来自「speech signal process tools」· C头文件 代码 · 共 45 行
H
45 行
/********************************************//** NIST Speech Header Resources (SPHERE) **//** Release 1.7 (beta) **//** Stan Janet (stan@jaguar.ncsl.nist.gov) **//** June 1991 **//********************************************//* File: functions.h *//* User library functions */struct header_t *sp_open_header();struct header_t *sp_create_header();int sp_close_header();FILE *sp_get_fp();int sp_set_fp();int sp_get_hbytes();int sp_get_nfields();int sp_get_fieldnames();int sp_print_lines();int sp_format_lines();int sp_fpcopy();int sp_get_field();int sp_get_data();int sp_get_type();int sp_get_size();int sp_clear_fields();int sp_add_field();int sp_delete_field();int sp_change_field();int sp_is_std();extern char *std_fields[];int sp_set_dealloc();int sp_get_dealloc();long sp_header_size();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?