NcLooper/audio/ao_output.h

11 lines
177 B
C
Raw Normal View History

2019-10-23 13:17:57 +02:00
/* generic output */
2019-10-23 18:46:27 +02:00
ao_device * init_ao_output(int smplrate);
int close_ao_output(ao_device *dev);
2019-10-23 13:17:57 +02:00
/* tests functions */
2019-10-23 18:46:27 +02:00
int play_some_stuff(ao_device *dev, int notused);