-
This commit is contained in:
@@ -110,6 +110,7 @@
|
|||||||
(let ((handle-num (ao-handle-handle-num handle)))
|
(let ((handle-num (ao-handle-handle-num handle)))
|
||||||
(unless (ao-handle-closed handle)
|
(unless (ao-handle-closed handle)
|
||||||
(set-ao-handle-closed! handle #t)
|
(set-ao-handle-closed! handle #t)
|
||||||
|
(ao_clear_async (ao-handle-async-player handle))
|
||||||
(ao_stop_async (ao-handle-async-player handle))
|
(ao_stop_async (ao-handle-async-player handle))
|
||||||
(let ((ao-device (hash-ref devices handle-num #f)))
|
(let ((ao-device (hash-ref devices handle-num #f)))
|
||||||
(if (eq? ao-device #f)
|
(if (eq? ao-device #f)
|
||||||
|
|||||||
Reference in New Issue
Block a user