ao-player added to exports

This commit is contained in:
2026-05-12 14:52:14 +02:00
parent 30698de4e9
commit a059444ecf
+2
View File
@@ -4,11 +4,13 @@
"audio-decoder.rkt" "audio-decoder.rkt"
"taglib.rkt" "taglib.rkt"
"audio-sniffer.rkt" "audio-sniffer.rkt"
"ao-player.rkt"
) )
(provide (all-from-out "libao.rkt") (provide (all-from-out "libao.rkt")
(all-from-out "audio-decoder.rkt") (all-from-out "audio-decoder.rkt")
(all-from-out "taglib.rkt") (all-from-out "taglib.rkt")
(all-from-out "audio-sniffer.rkt") (all-from-out "audio-sniffer.rkt")
(all-from-out "ao-player.rkt")
) )