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

@@ -23,14 +23,16 @@
flac-duration
)
(define-struct flac-stream-info
(define-struct flac-stream-info
(min-blocksize max-blocksize
min-framesize max-framesize
sample-rate
channels
bits-per-sample
total-samples
))
)
#:transparent
)
(define (flac-stream-info->string si)
(format "sample-rate: ~a, channels: ~a, bits-per-sample: ~a, total-samples: ~a"