racket only ffmpeg backend. Now no racket-sound-libs are needed anymore.

This commit is contained in:
2026-05-10 01:02:13 +02:00
parent be0399796d
commit ddb44e1c41
5 changed files with 1556 additions and 253 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
(define test-file3-id 3)
(define test-file4-id 4)
(set! test-file3 (build-path tests "idyll.flac"))
(set! test-file4 (build-path tests "idyll.mp3"))
(set! test-file3 (build-path tests "mahler-1.mp3"))
(set! test-file4 (build-path tests "mahler-2.mp3"))
;(define fmt (ao-mk-format 24 48000 2 'big-endian))
;(define ao-h (ao-open-live #f fmt))