discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.33k stars 735 forks source link

JDA 3.0: No way to play audio to VoiceChannel? #182

Closed randomnetcat closed 7 years ago

randomnetcat commented 7 years ago

I am working on co-developing a Discord bot which needs to be able to play audio to a voice channel.

We are working on updating to JDA 3.0, but we have found that AudioManager has been removed, so we don't know how to play audio. Is there any other way which we could do this?

Thank you for your time, MeowingTwurtle

DV8FromTheWorld commented 7 years ago

I am actually currently in the process of rewriting audio for 3.0. It will be along shortly.

randomnetcat commented 7 years ago

Okay, thanks for the info!