1MUMBLE(1) General Commands Manual MUMBLE(1)
2
3
4
6 mumble - a low-latency, high quality voice chat program
7
9 mumble [options] [<url>]
10
12 Mumble is an open source, low-latency, high quality voice chat software
13 primarily intended for use while gaming.
14
16 -h, --help
17 Show the help text and exit.
18
19 -m, --multiple
20
21 Allow multiple instances of the client to be started.
22
23 -c, --config
24
25 Specify an alternative configuration file. If you use this to
26 run multiple instances of Mumble at once, make sure to set an
27 alternative database value in the config.
28
29 -n, --noidentity
30
31 Suppress loading of identity files (i.e., certificates.)
32
33 -jn, --jackname <arg>
34
35 Set custom Jack client name.
36
37 --license
38
39 Show the Mumble license.
40
41 --authors
42
43 Show the Mumble authors.
44
45 --third-party-licenses
46
47 Show licenses for third-party software used by Mumble.
48
49 --window-title-ext <arg>
50
51 Sets a custom window title extension.
52
53 --dump-input-streams
54
55 Dump PCM streams at various parts of the input chain (useful for
56 debugging purposes).
57
58 • raw microphone input
59
60 • speaker readback for echo cancelling
61
62 • processed microphone input
63
64 --print-echocancel-queue
65
66 Print on stdout the echo cancellation queue state (useful for
67 debugging purposes).
68
70 <url> specifies a URL to connect to after startup instead of showing
71 the connection window, and has the following form:
72 mumble://[<username>[:<password>]@]<host>[:<port>][/<channel>[/<sub‐
73 channel>...]][?version=<x.y.z>]
74
75 The version query parameter has to be set in order to invoke the cor‐
76 rect client version. It currently defaults to 1.2.0.
77
79 It is possible to remote control a running instance of Mumble using the
80 following command:
81
82 mumble rpc [action]
83
84 Where action is one of the following:
85
86 mute
87 Mute self
88
89 unmute
90 Unmute self
91
92 deaf
93 Deafen self
94
95 undeaf
96 Undeafen self
97
98 toggledeaf
99 Toggle self-deafen status
100
102 mumble-overlay(1), murmurd(1).
103
105 mumble and murmurd were written by The Mumble Developers.
106
107
108
109 2020 August 19 MUMBLE(1)