mumble

open-source voice chat application

TLDR

Start Mumble
$ mumble
Connect to server
$ mumble [mumble://server.example.com]
Connect with username
$ mumble [mumble://[email protected]]
Connect to specific port
$ mumble [mumble://server.example.com:64738]
Start minimized
$ mumble --minimized

SYNOPSIS

mumble [options] [url]

DESCRIPTION

mumble is an open-source voice chat application. It provides low-latency voice communication.The tool is designed for gaming. Features positional audio and low latency.

PARAMETERS

URL

Mumble server URL.
--minimized
Start minimized to tray.
--nooverlay
Disable overlay.
--nospeech
Disable text-to-speech.
--help
Display help information.

INSTALL

sudo apt install mumble
sudo dnf install mumble
sudo pacman -S mumble
sudo apk add mumble
sudo zypper install mumble
nix profile install nixpkgs#mumble

CAVEATS

Requires Mumble server (murmur). Needs audio setup. Gaming-focused but general use.

HISTORY

Mumble was created in 2005 as an open-source alternative to proprietary voice chat for gamers.

SEE ALSO

discord(1), signal-desktop(1)