mac os x instructions

This commit is contained in:
2026-05-06 17:31:15 +02:00
parent 7d662b0670
commit d2d9c82635
5 changed files with 75 additions and 13 deletions
+6
View File
@@ -18,6 +18,7 @@
ao-music-duration
ao-at-music-id
ao-bufsize-async
ao-reuse-buf-len-async
ao-clear-async
ao-pause
ao-set-volume!
@@ -200,6 +201,11 @@
(ffi:ao_bufsize_async (ao-handle-async-player handle))
)
(rc:define/contract (ao-reuse-buf-len-async handle)
(rc:-> ao-handle? integer?)
(ffi:ao_reuse_buf_len (ao-handle-async-player handle))
)
(rc:define/contract (ao-set-volume! handle percentage)
(rc:-> ao-handle? number? void?)
(ffi:ao_set_volume_async (ao-handle-async-player handle)