Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mumble.1 « man - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 731837883e6af50458bf13066389e0a51d549a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.TH MUMBLE 1 "2020 August 19"
.SH NAME
mumble - a low-latency, high quality voice chat program
.SH SYNOPSIS
.B mumble
[\fI\,options\/\fR] [\fI\,<url>\/\fR]
.SH DESCRIPTION
Mumble is an open source, low-latency, high quality voice chat software
primarily intended for use while gaming.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Show the help text and exit.
.HP
\fB\-m\fR, \fB\-\-multiple\fR
.IP
Allow multiple instances of the client to be started.
.HP
\fB\-c\fR, \fB\-\-config\fR
.IP
Specify an alternative configuration file.
If you use this to run multiple instances of Mumble at once,
make sure to set an alternative \fIdatabase\fR value in the config.
.HP
\fB\-n\fR, \fB\-\-noidentity\fR
.IP
Suppress loading of identity files (i.e., certificates.)
.HP
\fB\-jn\fR, \fB\-\-jackname\fR \fI<arg>\fR
.IP
Set custom Jack client name.
.HP
\fB\-\-license\fR
.IP
Show the Mumble license.
.HP
\fB\-\-authors\fR
.IP
Show the Mumble authors.
.HP
\fB\-\-third\-party\-licenses\fR
.IP
Show licenses for third\-party software used by Mumble.
.HP
\fB\-\-window\-title\-ext\fR \fI<arg>\fR
.IP
Sets a custom window title extension.
.HP
\fB\-\-dump\-input\-streams\fR
.IP
Dump PCM streams at various parts of the input chain
(useful for debugging purposes).
.IP \[bu]
raw microphone input
.IP \[bu]
speaker readback for echo cancelling
.IP \[bu]
processed microphone input
.HP
\fB\-\-print\-echocancel\-queue\fR
.IP
Print on stdout the echo cancellation queue state
(useful for debugging purposes).
.SH URL
\fI<url>\fR specifies a URL to connect to after startup instead of showing the
connection  window, and has the following form:
.br
mumble://[<username>[:<password>]@]<host>[:<port>][/<channel>[/<subchannel>...]][?version=<x.y.z>]

The version query parameter has to be set in order to invoke  the  correct
client version. It currently defaults to 1.2.0.
.SH RPC CONTROL
.P
It is possible to remote control a running instance of Mumble using the
following command:
.P
.B mumble rpc
[\fIaction\fR]
.P
Where \fIaction\fR is one of the following:
.RS
.IP \fBmute\fR 0.4i
Mute self
.IP \fBunmute\fR
Unmute self
.IP \fBdeaf\fR
Deafen self
.IP \fBundeaf\fR
Undeafen self
.IP \fBtoggledeaf\fR
Toggle self-deafen status
.RE
.SH SEE ALSO
.BR mumble\-overlay (1),
.BR murmurd (1).
.SH AUTHORS
mumble and murmurd were written by The Mumble Developers.