This commit is contained in:
2026-02-22 16:08:02 +01:00
parent 4a0a0b9f96
commit 869fa8739f
9 changed files with 315 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
#ifndef AO_PLAYASYNC_H
#define AO_PLAYASYNC_H
extern void *ao_create_async(void *ao_handle);
extern void ao_stop_async(void *handle);
extern void ao_play_async(void *handle, int buf_size, void *mem);
#endif // AO_PLAYASYNC_H