-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
Add audio receiving features #954
Comments
This being discussed in Discord server https://discord.com/invite/ZW4s47Ppw4 Ref:
|
Thanks, I really had no clue |
There is no reason to close this until the feature is actually implemented |
Sorry, I thought this is unnecessary because this problem has been discussing on Discord server. |
Is this still in process? |
idk what you understand about in process, but it's planned maybe eventually |
Change request
Audio receiving functions. Because of Discord API's specification, developers cannot establish WebSocket Connection more than 1. If we want to receive audio, we have to stop Lavalink, and establish another WS manually. This process is so tedious and so unproductive, so I'm requesting this features.
That will no be so hard (cuz just receive audio stream and send packets to client, and even I can do that).
I really appreciate if this request has been accepted.
Thanks,
Relevance
Might improve some bots because if this functions being used, we will be able to code bots which can recognize user's voice input and manipulate Lavalink's audio sending.
I was trying to do that in @discordjs/voice manually, but it was so hideous and bulky so it will be extremely helpful
Could this be a plugin instead?
To be fair, that should be fine but so I'm so bad at Java so I'm not sure it is possible.
Checklist
The text was updated successfully, but these errors were encountered: