UltrosBot/Ultros

Mumble voice packets

Opened this issue · 3 comments

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.

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.

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.

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.