LinuxCommandLibrary

mumble

Low-latency, high quality voice chat software.

TLDR

Open Mumble

$ mumble
copy


Open Mumble and immediately connect to a server
$ mumble mumble://[username]@[example.com]
copy


Open Mumble and immediately connect to a password protected server
$ mumble mumble://[username]:[password]@[example.com]
copy


Mute/unmute the microphone in a running Mumble instance
$ mumble rpc [mute|unmute]
copy


Mute/unmute the microphone and the audio output of Mumble
$ mumble rpc [deaf|undeaf]
copy

Copied to clipboard