From a5a4b4f9baef315157feefb72e4909494c0dfb42 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 15 Apr 2026 12:21:30 +0200 Subject: [PATCH] music id added --- libao-async-ffi.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao-async-ffi.rkt b/libao-async-ffi.rkt index a4548d3..e204676 100644 --- a/libao-async-ffi.rkt +++ b/libao-async-ffi.rkt @@ -64,7 +64,7 @@ (define-libao-async ao_stop_async(_fun _libao-async-handle-pointer -> _void)) ;extern void ao_play_async(void *handle, int music_id, double at_second, double music_duration, int buf_size, void *mem, BufferInfo_t info); -(define-libao-async ao_play_async(_fun _libao-async-handle-pointer _integer _double _double _uint32 _pointer _BufferInfo_t -> _void)) +(define-libao-async ao_play_async(_fun _libao-async-handle-pointer _int _double _double _uint32 _pointer _BufferInfo_t -> _void)) ;extern double ao_is_at_second_async(void *handle); (define-libao-async ao_is_at_second_async(_fun _libao-async-handle-pointer -> _double))