dbg_help.help

来自「这是一个从音频信号里提取特征参量的程序」· HELP 代码 · 共 11 行

HELP
11
字号
//----------------------------------------------------------------------------// 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 + =
减小字号Ctrl + -
显示快捷键?