Skip to content

ianling/mumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mumpy Docs CI

Mumpy is a Mumble client framework written in Python 3.

It is event-driven, making it perfect for writing Mumble bots.

This project is still in development and has not yet been officially released. That said, it is usable, but I can't guarantee that function names will remain the same. If you have a feature request, please feel free to create an issue.

Requirements

  • Python 3.6+
    • opuslib
    • pycryptodome
    • protobuf
  • libopus (for audio)

Documentation

Examples, API docs, and other documentation are all available over on ReadTheDocs.

To-do (in order of priority)

  • Fix audio crackling issue
  • Add additional methods for interacting with Users and Channels
  • Add remaining client protobuf message types (including ContextActionModify and ContextAction)
  • Figure out how to decode IP addresses sent in UserStats messages
  • Allow sending other audio besides 48KHz 16-bit WAV/PCM
  • Add per-user audio storage limits
  • Mixdown audio
  • Send server the client's connection stats
  • A better way to store audio than a list of potentially massive byte strings on each user
  • Add function to manually kill UDP connection and switch back to TCP
  • Handle position data in audio transmissions

Thanks

Big thanks to @Lartza and @Azlux for their work on pymumble, as well as their insight in #mumble on Freenode.net.

About

An event-driven Mumble client and server framework in Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages