Sin descripción

Auzan f6ef5949a1 adding some method, and look for cause issue #3 hace 6 años
include f6ef5949a1 adding some method, and look for cause issue #3 hace 6 años
src f6ef5949a1 adding some method, and look for cause issue #3 hace 6 años
.gitignore 993ea209c7 remove boost include library from .gitignore hace 6 años
CMakeLists.txt f01b693eed Change CMake version to 2.8.0. hace 8 años
LICENSE 261df114d2 Initial commit hace 8 años
Mumble.proto 38f4805660 Update mumble proto to latest version. hace 6 años
README.md a1bb86036c Add README. hace 8 años
mumlib_example.cpp b7720cc7f3 Add support for changing Opus encoder bitrate. #11 hace 8 años

README.md

mumlib - simple Mumble client library

Fairy simple Mumble library written in C++, using boost::asio asynchronous networking framework. Library supports:

  • audio streaming through TCP and UDP channel
  • text messaging

Todo:

  • channel support
  • user information
  • remaining server messages (ACL, user stats etc)

Dependencies

  • Boost libraries
  • OpenSSL
  • log4cpp
  • Opus library
  • Google Protobuf: libraries and compiler
  • CMake

Build

The library uses CMake build system:

mkdir build && cd build
cmake ..
make

Usage

Sample usage is covered in mumlib_example.cpp file. Basically, you should extend mumlib::Callback class to implement your own handlers.

Credits

2015 Michał Słomkowski. The code is published under the terms of Lesser General Public License Version 3.

The library contains code from following 3rd party projects: