1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/mumble.md

25 lines
546 B
Markdown
Raw Normal View History

2022-10-12 13:47:51 +02:00
# 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}}`