⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 v34.h

📁 Linmodem is soft modem source code for embedded system
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -