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

📄 dbg_help.help

📁 这是一个从音频信号里提取特征参量的程序
💻 HELP
字号:
//----------------------------------------------------------------------------// this is the help message used in the diagnose method of the// CommandLine class - its content is for testing purposes and// does not represent any actual program functionality////----------------------------------------------------------------------------L"name: isip_doit\n synopsis: isip_doit file [options]\n descr: does audio files over the audio system \n example: isip_doit file.raw -sf 16000 \n\noptions:\n   -sf: sample frequency (default 16000)\n   -num_chan: number of audio channels (1)\n   -v: volume amp. factor (default 1)\n   -device: audio_system to send audio to (default NULL)\n   -dev_type: (see below for default) either DAT, NCD, or PC\n   -t: type of file (default extrapolated from file extension)\n   -byte_swap: default none, converts 0123->1032\n   -word_swap: default none, converts 0123->2301\n   -quiet: suppress all standard output\n   -debug: print full debug info, overrides -quiet\n   -help: display this help message\n\ncurrently, we handle sphere (pcm or ulaw), au, ul, and raw data\n\nisip_doit tries to determine dev_type from the device itself.\nIf it does not work properly, use the -dev_type to force correct operation.\n\nman page: none"// end of file//

⌨️ 快捷键说明

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