⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 convert_mmf_constants.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: convert_mmf_constants.h// // make sure this file is only included once//#ifndef __ISIP_CONVERT_MMF_CONSTANTS#define __ISIP_CONVERT_MMF_CONSTANTS // isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif// define the help file for this utility//#define CMMF_HELP_FILE (char_1*)"$ISIP_PROTO/doc/convert_mmf.help"// define command line options//#define CMMF_INPUT_MODE_OPT (char_1*)"-input_mode"#define CMMF_OUTPUT_MODE_OPT (char_1*)"-output_mode"#define CMMF_HELP_OPT (char_1*)"-help"// define the minimum number of arguments//#define CMMF_MIN_NUM_ARGS (int_4)3// define the possible file modes//#define CMMF_ASCII_STR (char_1*)"ascii"#define CMMF_BINARY_STR (char_1*)"binary"#define CMMF_ASCII (int_4)0#define CMMF_BINARY (int_4)1// define the default input and output mode//#define CMMF_DEFAULT_INPUT_MODE CMMF_ASCII#define CMMF_DEFAULT_OUTPUT_MODE CMMF_ASCII// define the constant string//#define CMMF_STR_FEATURE_SIZE "feature_size"#define CMMF_STR_NUM_STATES "num_states"// end of file//#endif

⌨️ 快捷键说明

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