first beep

This commit is contained in:
2019-10-23 13:17:57 +02:00
parent bcc6295925
commit 2e538157c5
5 changed files with 146 additions and 0 deletions

10
audio/ao_output.h Normal file
View File

@@ -0,0 +1,10 @@
/* generic output */
int init_ao_output(int smplrate);
int close_ao_output(void);
/* tests functions */
int play_some_stuff(int notused);