krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 20 forks source link

Voice Listening Support Request #95

Open williamhatcher opened 1 year ago

williamhatcher commented 1 year ago

Is there a way to provide support for capturing audio in a voice channel?

krisppurg commented 1 year ago

I believe it could be possible to implement that, especially with the help of @ire4ever1190 although voice receiving is undocumented (seems like it's been 5 or 6 years since they were planning to put in docs not sure about now though).

Some libraries do have voice receive support, but most are popular; using voice receive in bots is a bit uncommon not that it shouldn't be implemented.

For now, I'd probably wait if more people do want to use it and if both of me and @ire4ever1190 can try to implement it successfully.

ire4ever1190 commented 1 year ago

Certainly seemed difficult last time I looked into it with the lack of docs.

Also busy with uni at the moment so won't be able to look into it for a while