This commit is contained in:
2026-02-25 13:49:42 +01:00
parent ee2705c758
commit 7ad13dd04a

View File

@@ -233,7 +233,7 @@
(define (ao-pause handle pause) (define (ao-pause handle pause)
(if (eq? libao-async-mode 'ffi) (if (eq? libao-async-mode 'ffi)
(ffi:ao_pause_async (ao-handle-async-player handle) pause) (ffi:ao_pause_async (ao-handle-async-player handle) pause)
(scm:ao_pause_async (ao-handle-async-plauer handle) pause) (scm:ao_pause_async (ao-handle-async-player handle) pause)
)) ))
(define (ao-at-second handle) (define (ao-at-second handle)