2019-10-23 22:17:57 +11:00
|
|
|
|
|
|
|
/* generic output */
|
|
|
|
|
2019-10-24 03:46:27 +11:00
|
|
|
ao_device * init_ao_output(int smplrate);
|
|
|
|
int close_ao_output(ao_device *dev);
|
2019-10-23 22:17:57 +11:00
|
|
|
|
|
|
|
|
|
|
|
/* tests functions */
|
|
|
|
|
2019-10-24 03:46:27 +11:00
|
|
|
int play_some_stuff(ao_device *dev, int notused);
|