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