You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is none, unless i am stupid and i cant read documentation...
Additional Context
i think discord-ext-voice-recv is not working right now because discord.py-self is forked from older version of discord.py, where as discord-ext-voice-recv needs discord.py 2.4.0, soo implementing features from discord.py 2.4.0 to discord.py-self shouldn't be that hard, but i am stupid as f soo i might be wrong
The text was updated successfully, but these errors were encountered:
Thx for reply. I might be wrong, but as far as i tryied, there is actually no way to recieve the audio (aka no sink as others call it), the current Audio Source is only for sending the data. I am quite new to the audio in coding so i might be wrong, but i never got it working atleast never with only discord.py-self.
Summary
voice data reading when in voice channel
What is the feature request for?
The core library
The Problem
Be able to read voice data.
Would be good implementation expacialy when making things like Speach to Text bots, auto voice translation bots, voice activated moderation commands.
The Ideal Solution
Ideal Solution would be custom implemantation where you could read the voice data.
But having https://github.com/imayhaveborkedit/discord-ext-voice-recv work with discord.py-self should be much easier
The Current Solution
There is none, unless i am stupid and i cant read documentation...
Additional Context
i think discord-ext-voice-recv is not working right now because discord.py-self is forked from older version of discord.py, where as discord-ext-voice-recv needs discord.py 2.4.0, soo implementing features from discord.py 2.4.0 to discord.py-self shouldn't be that hard, but i am stupid as f soo i might be wrong
The text was updated successfully, but these errors were encountered: