pause behavior

This commit is contained in:
2026-05-07 14:50:24 +02:00
parent debabf5151
commit 0563e77130
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -179,6 +179,7 @@
(rc:define/contract (ao-pause handle pause)
(rc:-> ao-handle? boolean? void?)
(dbg-sound "ao-pause ~a" pause)
(sync-log-sound)
(ffi:ao_pause_async (ao-handle-async-player handle) (if (eq? pause #f) 0 1))
)