audio decoding

This commit is contained in:
2026-04-21 22:53:25 +02:00
parent 630a0423a0
commit d7f2202091
3 changed files with 41 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@
(bytes-per-sample-all-channels (* channels bytes-per-sample))
(duration (hash-ref buf-info 'duration))
)
(displayln buf-info)
(when (eq? ao-h #f)
(set! ao-h (ao-open-live bits-per-sample rate channels 'big-endian)))
;(displayln 'ao-play)