UNPKG

@discord-player/opus

Version:

A complete framework to simplify the implementation of music commands for Discord bots

27 lines (25 loc) 386 B
import DiscordPlayerOpus from './index.js'; const { CTL, OggDemuxer, OpusDecoder, OpusEncoder, OpusStream, WebmDemuxer, addLibopusProvider, removeLibopusProvider, setLibopusProvider, version } = DiscordPlayerOpus; export { CTL, OggDemuxer, OpusDecoder, OpusEncoder, OpusStream, WebmDemuxer, addLibopusProvider, removeLibopusProvider, setLibopusProvider, version };