This commit is contained in:
2026-02-22 16:08:02 +01:00
parent 4a0a0b9f96
commit 869fa8739f
9 changed files with 315 additions and 15 deletions

View File

@@ -10,7 +10,6 @@
flac-read-meta
flac-stream-state
(all-from-out "flac-definitions.rkt")
test-file test-file2 test-file3
kinds
last-buffer last-buf-len
)
@@ -124,8 +123,4 @@
(flac-handle-stream-info handle))
#f)))
(define test-file "C:/devel/racket/racket-sound/libflac/capr24.flac")
(define test-file2 "C:/Muziek/Klassiek-Kamermuziek/Beethoven/Rachel Podger/01 Violin Sonata No. 1 in D Major, Op. 12 No. 1- I. Allegro con brio.flac")
(define test-file3 "c:/Muziek/Pop/Radiohead/The Best of Radiohead (2008)/02. Paranoid Android.flac")
); end of module