11 lines
143 B
C
11 lines
143 B
C
|
|
/* generic output */
|
|
|
|
int init_ao_output(int smplrate);
|
|
int close_ao_output(void);
|
|
|
|
|
|
/* tests functions */
|
|
|
|
int play_some_stuff(int notused);
|