Skip to main content

Mumble library used for multiple uses like making mumble bot.

Project description

PYMUMBLE python library

Description

This library acts as a mumble client, connecting to a murmur server, exchanging states and audio.

Build Status

The wiki/API explanation is HERE.

Installing/Getting started

Requirements

libopus is a mandatory OS library. Please refer to your package manager to install it.

With pip

  • pip install pymumble
  • You need to import pymumble_py3 as pymumble into your code.

PyPI version Deployment script is available here

With git

  • git clone https://github.com/azlux/pymumble.git
  • pip3 install -r requirements.txt
  • You need to import pymumble.pymumble_py3 as pymumble into your code.
  • It's will be the same if you use a git sub-module

CHANGELOG

The changelog is available on the release note.

Applications list using pymumble

For client application examples, you can check this list :

Features

Currently implemented:

  • Compatible with Mumble 1.3 and normally until 1.2.2
  • Support OPUS. Speex is not supported
  • Receive and send audio, get users and channels status
  • Set properties for users (mute, comments, etc.) and go to a specific channel
  • Callback mechanism to react on server events
  • Manage the blobs (images, long comments, etc.)
  • Can send text messages to user and channel
  • Ping statistics
  • Audio targets (whisper, etc.)

What is missing:

I don't need these features, so if you want one, open an issue and I will work on it.

  • UDP media. Currently it works only in TCP tunneling mode (the standard fallback of Mumble when UDP is not working)
  • Server management (user creation and registration, ACLs, groups, bans, etc.)
  • Positioning is not managed, but it should be easy to add
  • Probably a lot of other small features
  • WONTFIX The Python 2 version is available in the master branch. It's working! But since we have moved on to Python 3, the Python 2 version will not receive future improvements.

Architecture

The library is based on the Mumble object, which a thread. When started, it will try to connect to the server and start exchanging the connection messages. This thread implements a loop which takes care of the pings, sends commands to the server, checks for incoming messages including audio, and checks for audio to be sent out. The rate of this loop is controlled by how long it will wait for an incoming message before continuing.

You can check if the thread is alive with mumble_object.isAlive(). The Mumble thread will stop if it disconnects from the server. This can be useful if you need to restart the thread when using a supervisor.

Thanks

  • @raylu for making pymumble speak into channels
  • @schlarpc for fixes on buffer
  • @Robert904 for the inital pymumble implementation

This library is a fork of a fork of a fork (initial from https://github.com/Robert904/pymumble). But we will try to make pymumble better. So I consider this fork (the @Azlux one) the current live fork of pymumble.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymumble-1.3.tar.gz (29.8 kB view details)

Uploaded Source

File details

Details for the file pymumble-1.3.tar.gz.

File metadata

  • Download URL: pymumble-1.3.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pymumble-1.3.tar.gz
Algorithm Hash digest
SHA256 f64d7711e6e9ca4678d4d01e8773848a80125f215ab411c652f3f0210d7b1ff3
MD5 060e094b4ddc8941eff1caefd8b8d25d
BLAKE2b-256 17fdf821732d131f1f5d07116bc2111c46a44f3d18e9f8e9ae0ac7ea2b77308a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page