Files
racket-sound/main.rkt
2026-04-06 12:35:26 +02:00

13 lines
230 B
Racket

#lang racket/base
(require "libao.rkt"
"flac-decoder.rkt"
"taglib.rkt"
)
(provide (all-from-out "libao.rkt")
(all-from-out "flac-decoder.rkt")
(all-from-out "taglib.rkt")
)