contrl.ch

来自「语音LPC压缩算法源代码(C语音)」· 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 + -
显示快捷键?