Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Mumble voice packets #43

Open
rakiru opened this issue May 14, 2014 · 3 comments
Open

Mumble voice packets #43

rakiru opened this issue May 14, 2014 · 3 comments

Comments

@rakiru
Copy link
Member

rakiru commented May 14, 2014

Tagging as a bug and feature while we figure out what we want to do with this. At the moment the bot deafens itself on join so that we don't have to deal with voice packets, as they aren't proper Protobuf packets. The bug is that if someone is talking when the bot joins (in a channel the server moves the bot into on connect), the voice packets come through before we deafen ourselves.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@gdude2002
Copy link
Member

I think that we should simply detect the UDP packet type as per the protocol spec and then drop the packet for now. A bugfix should be priority.

After that, we can think about parsing the packets and optionally saving them, but I do wonder if Twisted's reactor is up to the job.

@gdude2002
Copy link
Member

Alright, we actually had our first feature request for this: audio bridging.

I think we should look into this soonish, I can see it being used fairly often.

@rakiru
Copy link
Member Author

rakiru commented Jul 24, 2014

Feature for audio bridge plugin: delay.
Also, we need some way to ignore others, either via ignore plugin or in the audio bridge plugin itself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants