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
+3 -3
View File
@@ -6,7 +6,7 @@
racket-sprintf
racket/runtime-path
;data/queue
;racket-sound
;racket-sound
)
(define-runtime-path tests "tests")
@@ -17,8 +17,8 @@
(define test-file4-id 4)
(let ((os (system-type 'os)))
(when (eq? os 'unix)
(set! test-file3 (build-path tests "mahler-1.ogg"))
(set! test-file4 (build-path tests "mahler-2.ogg"))
(set! test-file3 (build-path tests "idyll.mp3"))
(set! test-file4 (build-path tests "idyll.flac"))
)
(when (eq? os 'windows)
(set! test-file3 (build-path tests "idyll.mp3"))