initial import from racket-sound -> racket-audio

This commit is contained in:
2026-05-04 12:07:45 +02:00
parent f500f1711b
commit 87980f508a
28 changed files with 6282 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
#lang racket/base
(require "libao.rkt"
"audio-decoder.rkt"
"taglib.rkt"
"audio-sniffer.rkt"
)
(provide (all-from-out "libao.rkt")
(all-from-out "audio-decoder.rkt")
(all-from-out "taglib.rkt")
(all-from-out "audio-sniffer.rkt")
)