Open mosaiyka opened 3 months ago
pycord
has a recording feature for VCs, you could try to implement it into your code as of now as a temporary solution, until this possibly gets looked at. Even though it's not a self-client, it should still technically work for user accounts.
Implementing voice receive properly is quite difficult and low on the priority list. All existing implementation attempts have plenty of issues (see all the dpy issues/PRs on this topic) including the pycord one, which just mostly yoinked a dpy PR.
PRs are always welcome if you're willing to put in time to reverse engineer it :)
Summary
Ability to record voice channels
What is the feature request for?
discord.ext.tasks
The Problem
A function to record user voices in voice channels.
The Ideal Solution
I can’t imagine how to implement this, I tried many ways, both purely through websockets and libraries. It doesn't work out, unfortunately
The Current Solution
No response
Additional Context
No response