Added capability information
This commit is contained in:
@@ -3,12 +3,19 @@
|
||||
(require "taglib.rkt"
|
||||
"audio-sniffer.rkt"
|
||||
"audio-player.rkt"
|
||||
(only-in "audio-decoder.rkt"
|
||||
audio-supported-extensions
|
||||
audio-supported-formats
|
||||
audio-decoder-for-extension)
|
||||
"opusfile-decoder.rkt"
|
||||
)
|
||||
|
||||
(provide (all-from-out "taglib.rkt")
|
||||
(all-from-out "audio-sniffer.rkt")
|
||||
(all-from-out "audio-player.rkt")
|
||||
audio-supported-extensions
|
||||
audio-supported-formats
|
||||
audio-decoder-for-extension
|
||||
current-opusfile-output-format
|
||||
opusfile-output-format?
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user