Sem descrição

HeroCC d3bcced88d Fix an import statement that was causing some compilations to fail há 5 anos atrás
include d3bcced88d Fix an import statement that was causing some compilations to fail há 4 anos atrás
src f362194922 merge and clean há 5 anos atrás
.gitignore 6b846aff05 Add source files from old repository. há 8 anos atrás
CMakeLists.txt 792517ddb4 Fix compiling on MacOSX Systems há 4 anos atrás
LICENSE 261df114d2 Initial commit há 8 anos atrás
Mumble.proto 38f4805660 Update mumble proto to latest version. há 6 anos atrás
README.md a1bb86036c Add README. há 8 anos atrás
mumlib_example.cpp b7720cc7f3 Add support for changing Opus encoder bitrate. #11 há 8 anos atrás

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: