HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mumble — Low-latency, high quality voice chat software. More information: <https://manned.org/mumble>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
latencycommandqualityclihighvoicemumblelow

Problem

How to use the mumble command: Low-latency, high quality voice chat software. More information: <https://manned.org/mumble>.

Solution

mumble — Low-latency, high quality voice chat software. More information: <https://manned.org/mumble>.

Open Mumble:
mumble


Open Mumble and immediately connect to a server:
mumble mumble://{{username}}@{{example.com}}


Open Mumble and immediately connect to a password protected server:
mumble mumble://{{username}}:{{password}}@{{example.com}}


Mute/unmute the microphone in a running Mumble instance:
mumble rpc {{mute|unmute}}


Mute/unmute the microphone and the audio output of Mumble:
mumble rpc {{deaf|undeaf}}

Code Snippets

Open Mumble

mumble

Open Mumble and immediately connect to a server

mumble mumble://{{username}}@{{example.com}}

Open Mumble and immediately connect to a password protected server

mumble mumble://{{username}}:{{password}}@{{example.com}}

Mute/unmute the microphone in a running Mumble instance

mumble rpc {{mute|unmute}}

Mute/unmute the microphone and the audio output of Mumble

mumble rpc {{deaf|undeaf}}

Context

tldr-pages: common/mumble

Revisions (0)

No revisions yet.