mac os x instructions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user