reverted to the C-backend, because the racket version of libao-async just keeps stuttering on linux

This commit is contained in:
2026-05-04 11:25:32 +02:00
parent d06d829f6a
commit 007f18061a
6 changed files with 80 additions and 591 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
(for ([channel (in-range channels)])
(let* ([chan (ptr-ref buffer _pointer channel)]
[sample (ptr-ref chan _int32 k)])
(integer->integer-bytes sample bytes #t big? bs out-pos)
(integer->int-bytes sample bytes #t big? bs out-pos)
(set! out-pos (+ out-pos bytes)))))
;(memcpy out bs buf-size)