corrected main.rkt and removed archive as it gets compiled on the racket packages site.
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
#lang racket/base
|
||||
|
||||
(require "libao.rkt"
|
||||
"audio-decoder.rkt"
|
||||
"taglib.rkt"
|
||||
(require "taglib.rkt"
|
||||
"audio-sniffer.rkt"
|
||||
"ao-player.rkt"
|
||||
"audio-player.rkt"
|
||||
)
|
||||
|
||||
(provide (all-from-out "libao.rkt")
|
||||
(all-from-out "audio-decoder.rkt")
|
||||
(all-from-out "taglib.rkt")
|
||||
(provide (all-from-out "taglib.rkt")
|
||||
(all-from-out "audio-sniffer.rkt")
|
||||
(all-from-out "ao-player.rkt")
|
||||
(all-from-out "audio-player.rkt")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user