From 336260143f9dd05f3166e05471bb3f2a5a2bb390 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 15 Apr 2026 10:16:34 +0200 Subject: [PATCH] less debug info --- libao.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao.rkt b/libao.rkt index 67efadb..b92d610 100644 --- a/libao.rkt +++ b/libao.rkt @@ -88,7 +88,7 @@ (endianess (ao-handle-byte-format handle)) (buf-info (ffi:make-BufferInfo_t buf-type bits rate channels endianess)) ) - (dbg-sound "ao-play ~a ~a" at-time-in-s music-duration-s) + ;(dbg-sound "ao-play ~a ~a" at-time-in-s music-duration-s) (unless (ao-valid? handle) (err-sound "Cannot play on an invalid ao-device") (error "Cannot play on an invalid ao-device"))