All Projects → mumble-voip → Mumble

mumble-voip / Mumble

Licence: other
Mumble is an open-source, low-latency, high quality voice chat software.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
Objective-C++
1391 projects
Slice
8 projects

Projects that are alternatives of or similar to Mumble

Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-98.01%)
Mutual labels:  cmake, gaming, server, client
Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-99.32%)
Mutual labels:  server, cross-platform, client
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-92.42%)
Mutual labels:  cmake, hacktoberfest, cross-platform
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+81.39%)
Mutual labels:  hacktoberfest, open-source, cross-platform
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (-92.55%)
Mutual labels:  hacktoberfest, server, cross-platform
Happypandax
A cross-platform server and client application for managing and reading manga and doujinshi
Stars: ✭ 432 (-90.22%)
Mutual labels:  server, cross-platform, client
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+65.6%)
Mutual labels:  hacktoberfest, audio, cross-platform
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-88.43%)
Mutual labels:  hacktoberfest, open-source, cross-platform
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-97.26%)
Mutual labels:  hacktoberfest, gaming, client
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-97.13%)
Mutual labels:  hacktoberfest, server, client
Hacktoberfest2020
Contribute for hacktoberfest 2020
Stars: ✭ 72 (-98.37%)
Mutual labels:  cmake, hacktoberfest, open-source
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (-69.9%)
Mutual labels:  hacktoberfest, gaming, server
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+128.95%)
Mutual labels:  cmake, hacktoberfest, server
Talk Android
📱😀 Video & audio calls through Nextcloud on Android
Stars: ✭ 282 (-93.62%)
Mutual labels:  hacktoberfest, open-source, audio
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-92.44%)
Mutual labels:  audio, cross-platform
Btorrent
🌐 Fully-featured WebTorrent Client
Stars: ✭ 388 (-91.22%)
Mutual labels:  hacktoberfest, client
Nodepolus
NodePolus is a JavaScript library containing multiple implementations of the Among Us network protocol.
Stars: ✭ 331 (-92.51%)
Mutual labels:  server, client
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-92.19%)
Mutual labels:  cross-platform, client
Urho3d
Cross-platform 2D and 3D game engine
Stars: ✭ 3,767 (-14.74%)
Mutual labels:  open-source, cross-platform
Animatify Ios
Animation, Effects & Transitions for iOS
Stars: ✭ 350 (-92.08%)
Mutual labels:  hacktoberfest, open-source

Mumble screenshot

Mumble - Open Source voice-chat software

https://www.mumble.info

#mumble:matrix.org

Codacy Azure Cirrus CI Travis CI

Mumble is an Open Source, low-latency and high-quality voice-chat program written on top of Qt and Opus.

There are two modules in Mumble; the client (mumble) and the server (murmur). The client works on Windows, Linux, FreeBSD and macOS, while the server should work on anything Qt can be installed on.

Please note that with "Windows" we mean 7 and newer. Vista may be supported, but we can't guarantee it. If you don't want to encounter potential issues, you may download Mumble 1.3.x, the last version to provide support for XP.

The documentation of the project can be found on the wiki. The FAQ can also be found there.

Contributing

We always welcome contributions to the project. If you have code that you would like to contribute, please go ahead and create a PR. While doing so, please try to make sure that you follow our commit guidelines.

Translating

Mumble supports various languages. We are always looking for qualified people to contribute translations.

We are using Weblate as a translation platform. Register on Weblate, and join our translation project.

Writing plugins

Mumble supports general-purpose plugins that can provide functionality that is not implemented in the main Mumble application. You can find more information on how this works and on how these have to be created in the plugin documentation.

Building

For information on how to build Mumble, checkout the dedicated documentation.

Reporting issues

If you want to report a bug or create a feature-request, you can open a new issue (after you have checked that there is none already) on GitHub.

Windows

Running Mumble

After installation, you should have a new Mumble folder in your Start Menu, from which you can start Mumble.

Running Murmur

Doubleclick the Murmur icon to start murmur. There will be a small icon on your taskbar from which you can view the log.

To set the superuser password, run murmur with the parameters -supw <password>.

MacOS

Running Mumble

To install Mumble, drag the application from the downloaded disk image into your /Applications folder.

Running Murmur

Murmur is distributed separately from the Mumble client on MacOS. It is called Static OS X Server and can be downloaded from the main webpage.

Once downloaded it can be run in the same way as on any other Unix-like system. For more information please see the "Running Murmur" in the Linux/Unix section below.

Linux/Unix

Running Mumble

If you have installed Mumble through your distributon's package repostory, you should be able to find Mumble in your start menu. No additional steps necessary.

Running Murmur

Murmur should be run from the command line, so start a shell (command prompt) and go to wherever you installed Mumble. Run murmur as

murmurd [-supw <password>] [-ini <inifile>] [-fg] [v]

-supw   Set a new password for the user SuperUser, which is hardcoded to
        bypass ACLs. Keep this password safe. Until you set a password,
        the SuperUser is disabled. If you use this option, murmur will
        set the password in the database and then exit.

-ini    Use an inifile other than murmur.ini, use this to run several instances
        of murmur from the same directory. Make sure each instance is using
        a separate database.

-fg     Run in the foreground, logging to standard output.

-v      More verbose logging.

Build and run from Docker

On recent Docker versions you can build images directly from sources on GitHub:

docker build --pull -t mumble-server github.com/mumble-voip/mumble#master

Example --pulls each time to check for updated base image, then downloads and builds master branch.

OpenGL Overlay

The OpenGL overlay works by intercepting the call to switch buffers, and just before the buffer switch, we draw our nice GUI.

To load a game with the overlay enabled, start the game like this:

LD_PRELOAD=/path/to/libmumble.so.1.1 gamename

If you have Mumble installed through the binary packages, this can be done by simply typing:

mumble-overlay gamename
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].