?? postfilt.h
字號(hào):
/* ================================================================== */
/* */
/* Microsoft Speech coder ANSI-C Source Code */
/* SC1200 1200 bps speech coder */
/* Fixed Point Implementation Version 7.0 */
/* Copyright (C) 2000, Microsoft Corp. */
/* All rights reserved. */
/* */
/* ================================================================== */
/*------------------------------------------------------------------*/
/* */
/* File: "postfilt.h" */
/* */
/* Description: header filt for postfilter and postprocessing */
/* */
/*------------------------------------------------------------------*/
#ifndef _POSTFILT_H_
#define _POSTFILT_H_
/* ========== Prototypes ========== */
void postfilt(Shortword syn[], Shortword prev_lsf[], Shortword cur_lsf[]);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -