This commit is contained in:
2026-02-26 16:51:01 +01:00
parent c2ef8bcc99
commit eac031c17f
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
(set-ao-shm-bufsize! shm (- bs buf-len)))
(mutex-unlock (ao-shm-mutex shm))
(ao_play ao-device buf buf-len) ; Play this buffer part
(free buf) ; Free the previously malloc 'raw (see libao.rkt)
;(free buf) ; Free the previously malloc 'raw (see libao.rkt)
)]
)
(player)