This commit is contained in:
2026-02-24 15:58:09 +01:00
parent a80c94e9c3
commit 5164259b1d
2 changed files with 1 additions and 3 deletions

View File

@@ -245,8 +245,6 @@ void ao_play_async(void *ao_handle, double at_second, int buf_size, void *mem)
MUTEX_UNLOCK(h->mutex);
}
void ao_clear_async(void *ao_handle)
{
AO_Handle *h = (AO_Handle *) ao_handle;

View File

@@ -89,7 +89,7 @@
(set-ao-handle-byte-format! handle endianness)
(set-ao-handle-rate! handle rate)
(set-ao-handle-channels! handle channels)
(set-ao-handle-async-player! handle (ao_create_async ao-device)) ; ao_play_ptr))
(set-ao-handle-async-player! handle (ao_create_async ao-device ao_play_ptr))
(hash-set! devices handle-num ao-device)
(fin:register-finalizer handle
(lambda (handle)