mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 11:59:00 +00:00
Update cheatsheets
This commit is contained in:
29
mumble
Normal file
29
mumble
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user