Skip to content

pymumble except it doesn't check if the parent thread is alive. Only useful for godot

License

Notifications You must be signed in to change notification settings

CosineGaming/pymumble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYMUMBLE python library

STOP! You're looking for azlux's pymumble

The pymumble that is most maintained is azlux's fork. This fork is a custom fork created for nv-moba.

What is this?

I needed Mumble support in Godot for my game. I achieved this by using pymumble and python godot bindings. However, there is a problem: pymumble keeps checking if the parent thread is alive, and godot-python lies and says it's dead. So I stopped pymumble from checking that, and needed to use git submodules, so I have pushed my code here.

The original API explanation.

License

Copyright Robert Hendrickx rober@percu.be - 2014

pymumble is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

pymumble except it doesn't check if the parent thread is alive. Only useful for godot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%