v34.h

来自「Linmodem is soft modem source code for e」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef V34_H#define V34_H#include "v34priv.h"/* should be called once to init some V34 static tables */void V34_static_init(void);struct V34State; void V34_init(struct V34State *s, int calling);int V34_process(struct V34State *s, s16 *output, s16 *input, int nb_samples);/* V34 half duplex test with line simulator */void V34_test(void);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?