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

📄 isip_transform.h

📁 这是一个从音频信号里提取特征参量的程序
💻 H
字号:
// file: $isip/util/asr/isip_transform.h//// make sure the file is included only once//#ifndef ISIP_UTIL_TRANSFORM#define ISIP_UTIL_TRANSFORM// isip include files//#include <FrontEnd.h>#include <CommandLine.h>// constants: define command line related parameters//static const String PROG_NAME(L"isip_transform");static const String OPTION_PARAMS_FILE(L"parameter_file");static const String OPTION_LOG_FILE(L"log_file");static const String OPTION_DEBUG_LEVEL(L"debug_level");static const String OPTION_VERBOSITY_LEVEL(L"verbose");static const String OPTION_OUTPUT_TYPE(L"type");static const String OPTION_OUTPUT_SUFFIX(L"suffix");static const String DEF_FILE_NAME(L"__tmp_signal.raw");static const String RAW_FEATURES_EXTENSION(L"mfcc");static const String RAW_FILE_EXTENSION(L"raw");// constants: define constants related to log file manipulation//static const String EMPTY(String::NULL_STRING);static const String LOG_FILE_DEFAULT(L"-");static const String DEF_TYPE(L"TEXT");// end of file//#endif

⌨️ 快捷键说明

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