?? 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;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -