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

reading voice data when in voice channel #676

Open
Ahrirg opened this issue Mar 27, 2024 · 2 comments
Open

reading voice data when in voice channel #676

Ahrirg opened this issue Mar 27, 2024 · 2 comments

Comments

@Ahrirg
Copy link

Ahrirg commented Mar 27, 2024

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

@astolfoismywaifu
Copy link

@Ahrirg
Copy link
Author

Ahrirg commented Mar 28, 2024

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.

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

2 participants