LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mumble

open-source voice chat application

TLDR

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

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
copy
sudo dnf install mumble
copy
sudo pacman -S mumble
copy
sudo apk add mumble
copy
sudo zypper install mumble
copy
nix profile install nixpkgs#mumble
copy

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

Copied to clipboard
Kai