-
This commit is contained in:
@@ -55,8 +55,10 @@
|
|||||||
(lambda (my-handle)
|
(lambda (my-handle)
|
||||||
(hash-for-each devices
|
(hash-for-each devices
|
||||||
(lambda (handle-num device)
|
(lambda (handle-num device)
|
||||||
|
(displayln (format "closing ao handle ~a" handle-num))
|
||||||
(ao-close handle-num)))
|
(ao-close handle-num)))
|
||||||
(set! devices (make-hash))
|
(set! devices (make-hash))
|
||||||
|
(displayln "shutting down ao")
|
||||||
(ao_shutdown)
|
(ao_shutdown)
|
||||||
(plumber-flush-handle-remove! my-handle)
|
(plumber-flush-handle-remove! my-handle)
|
||||||
)))
|
)))
|
||||||
|
|||||||
Reference in New Issue
Block a user