Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice support #6

Open
Disinterpreter opened this issue May 29, 2017 · 1 comment
Open

Voice support #6

Disinterpreter opened this issue May 29, 2017 · 1 comment

Comments

@Disinterpreter
Copy link
Contributor

Voice support for bots (playing music, listening users and etc...), but i don't know how it work.

@Disinterpreter
Copy link
Contributor Author

Well... When the bot connects to the voice chat, it's starting to get an OPUS stream. And if the bot wants to say something, we need to send the OPUS stream to Discord. Many bots prepare the opus stream over ffmpeg
https://github.com/discordjs/discord.js/search?q=ffmpeg
https://github.com/Rapptz/discord.py/search?q=ffmpeg

We can do the same, through ffmpeg binding or OS streams 🤔

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant