From c39b034e43909d0dbb28ce4fd10b141b3d36563a Mon Sep 17 00:00:00 2001 From: Bernd Stellwag Date: Wed, 12 Oct 2022 13:47:51 +0200 Subject: [PATCH] mumble: add page (#8750) --- pages/linux/mumble.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/mumble.md diff --git a/pages/linux/mumble.md b/pages/linux/mumble.md new file mode 100644 index 0000000000..5858b4869d --- /dev/null +++ b/pages/linux/mumble.md @@ -0,0 +1,24 @@ +# mumble + +> Low-latency, high quality voice chat software. +> More information: . + +- 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}}`