-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Simple voice chat integration #1688
Comments
Discord really really isn't suited for what the voice module is doing, solutions such as OpenAudioMC (browser based) or client-side mods such as Simple Voice Chat are much better suited to the task. I'd encourage you to try and make those work instead of any Discord based solution as those will result in a much better experience. Phew, I rambled on a bit there |
The only reason I was hoping for this feature is for geyser players. I currently use simple voice chat and haven't looked at discordsrv's proximity chat. Are there any ways for bedrock players to connect to simple voice chat? Perhaps similar to the browser based one you linked above. I didn't realize that discord bots could only be connected to one voice channel at a time. I am assuming you mean one voice channel per server as I have seen other bots that can use voice channels such as mee6 which wouldn't work very well if they could only run in one voice channel at a time. |
Yes, I ommited that as using multiple Discord servers for proximity voice is unrealistic as the bot can't move users between servers
I don't know, I just know the alternatives exist and work much better than what Discord is capable of |
OpenAudioMC is definitely what you're looking for if you want to provide it to Geyser players as well and don't want to use the existing DiscordSRV voice module |
Why?
This feature would allow users using the discord proximity chat to talk with users using simple voice chat and vice versa
What and How?
This would be done by the bot joining the voice channel to send the audio for all the users that are talking. The bot would also be able to listen to the audio in the voice channel to broadcast to simple voice chat.
Are there alternatives?
If you are unwilling to implement this, would it be possible using the discordsrv api? Also this could wait for ascension as attention is directed there.
Checks
Anything else
No response
The text was updated successfully, but these errors were encountered: