contrl.fh
来自「是个是LPC源代码」· FH 代码 · 共 26 行
FH
26 行
* LPC Processing control variables:***** Read-only: initialized in setup** Files for Speech, Parameter, and Bitstream Input & Output,* and message and debug outputs.* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug* LPC order, Frame size, Quantization rate, Bits per frame,* Error correction integer order, lframe, quant, nbits logical corrp**** Read/write: variables for debugging, not needed for LPC algorithm** Current frame, Unstable frames, Output clip count, Max onset buffer,* Debug listing detail level, Line count on listing page* integer nframe, nunsfm, iclip, maxosp, listl, lincnt common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug common /contrl/ order, lframe, quant, nbits, corrp common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?