📄 myaudio.h
字号:
#define SAMPLERATE 9600
extern void openaudio(), closeaudio();
extern void discardinput(), discardoutput(), flushoutput();
extern void setduplex(int);
struct coroutine; /* def'd in <coro.h> */
extern void inparallel(coroutine*, coroutine*);
extern float insample();
extern void outsample(float);
inline bool after(int t1, int t2) { return ((t2-t1) & (1 << 31)) != 0; }
extern int samplecount;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -