contrl.ch
来自「IP网络语音通讯软件源代码. 不可多得的语音源代码」· CH 代码 · 共 21 行
CH
21 行
/* LPC Processing control variables:
*/
/* Files for Speech, Parameter, and Bitstream Input & Output,
and message and debug outputs.
*/
#if ANALYZER + SYNTHESIZER
#include <stdio.h>
extern FILE *fbi, *fbo, *fopen();
#endif
/* Quantization, Listing control */
/* int quant, listl, lincnt;*/
/* Current frame, frames per block, current frame in block, bits per block
Unstable frames, Output clip count, Max onset buffer
*/
extern int nframe, nfb, nbits, nunsfm, iclip, maxosp, NFBLK;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?