mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 18:35:26 +02:00
mumble: add page (#8750)
This commit is contained in:
parent
2f655de82d
commit
c39b034e43
1 changed files with 24 additions and 0 deletions
24
pages/linux/mumble.md
Normal file
24
pages/linux/mumble.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# mumble
|
||||
|
||||
> Low-latency, high quality voice chat software.
|
||||
> More information: <https://www.mumble.info>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue