#lang racket/base (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? )