reverted to the C-backend, because the racket version of libao-async just keeps stuttering on linux
This commit is contained in:
+3
-3
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user