📄 ac3_com.h
字号:
/**** Algorithm modifiers ****/
#define DEBUG 1 /* Enable debugging files */
#define ERRMSG 1 /* Enable error messaging to the screen */
#define GNRNG 1 /* Enable gain-ranging */
#define SWTCH 1 /* Allow switch statements */
#define KCAPABLE 1 /* Enables karaoke capable code */
/**** Linked include files ****/
#include "dolby_pl.h"
;#include "ac3_sim.h"
#include "ac3_equ.h"
#include "ac3_mac.h" /* macros */
#include "globalv.h" // definition of global variables in LB
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -