qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

Any way to play music? #42

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello,

A much requested feature for bots is music-playing. Is there support for that in Discordie? Now I know that there are bots that can play music but they don't necessarily have to use Discordie

Anyways, is there support for it and if so, how do I use it?

arqunis commented 8 years ago
  1. Yes it is supported.
  2. There are examples for music already. Most notably https://github.com/qeled/discordie/blob/master/examples/ffmpegencoder.js (if you have ffmpeg) and https://github.com/qeled/discordie/blob/master/examples/encoderstream.js (if you have lame installed)
ghost commented 8 years ago

Thank you.