This commit is contained in:
2026-02-26 17:00:37 +01:00
parent 5eabcfb2b1
commit 674123dc83

View File

@@ -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)
))) )))