mac os x instructions

This commit is contained in:
2026-05-06 17:31:15 +02:00
parent 7d662b0670
commit d2d9c82635
5 changed files with 75 additions and 13 deletions
+4 -1
View File
@@ -123,6 +123,7 @@
(cond-seek)
(cond-volume)
(when (> buf-seconds 5)
(info-sound "Reuse buf: ~a" (ao-reuse-buf-len-async ao-h))
(letrec ((waiter (λ ()
(let ((buf-seconds-left (exact->inexact
(/ (ao-bufsize-async ao-h)
@@ -137,7 +138,9 @@
(cond-seek)
(waiter)))))
))
(waiter))))
(waiter)
(info-sound "Reuse buf: ~a" (ao-reuse-buf-len-async ao-h))
)))
)
)
)