From a059444ecf3b02ad801ce473d10bb88a9f6785ed Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Tue, 12 May 2026 14:52:14 +0200 Subject: [PATCH] ao-player added to exports --- main.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.rkt b/main.rkt index 24b3f27..bcddd79 100644 --- a/main.rkt +++ b/main.rkt @@ -4,11 +4,13 @@ "audio-decoder.rkt" "taglib.rkt" "audio-sniffer.rkt" + "ao-player.rkt" ) (provide (all-from-out "libao.rkt") (all-from-out "audio-decoder.rkt") (all-from-out "taglib.rkt") (all-from-out "audio-sniffer.rkt") + (all-from-out "ao-player.rkt") )