jaderune.net

Files for https://jaderune.net
Log | Files | Refs | README | LICENSE

commit 3be0b6141e3e0b5e434bf357122f33ffbde0c70a
parent 32fdba86731701f96cbe47ba90f7a9917aa69092
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Wed, 15 Sep 2021 00:45:37 -0400

Add instructions for connecting to Mumble

Diffstat:
Amumble-images/add-server-dialog.png | 0
Amumble-images/cert-creation.png | 0
Amumble-images/empty-server-list.png | 0
Amumble-images/final-connect.png | 0
Amumble-images/password.png | 0
Amumble.html | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/mumble-images/add-server-dialog.png b/mumble-images/add-server-dialog.png Binary files differ. diff --git a/mumble-images/cert-creation.png b/mumble-images/cert-creation.png Binary files differ. diff --git a/mumble-images/empty-server-list.png b/mumble-images/empty-server-list.png Binary files differ. diff --git a/mumble-images/final-connect.png b/mumble-images/final-connect.png Binary files differ. diff --git a/mumble-images/password.png b/mumble-images/password.png Binary files differ. diff --git a/mumble.html b/mumble.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="JadeRune.net Mumble tutorial."> + <link rel="stylesheet" href="https://www.jaderune.net/main.css"> + <link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png"> + <title>JadeRune.net Mumble Guide</title> + </head> + <body> + <header class="title-wrapper"> + <p class="title">JadeRune.net</p> + <nav> + <ul> + <li><a href="https://www.jaderune.net/">Home</a></li> + <li><a href="https://www.jaderune.net/rules.html">Rules</a></li> + <li><a class="active" href="https://www.jaderune.net/services.html">Services</a></li> + </ul> + </nav> + </header> + <main> + <h1>JadeRune.net Mumble Guide</h1> + <p><a href="https://www.jaderune.net/mumble.html">🇬🇧 English</a> | + <a href="https://www.jaderune.net/de/mumble.html">🇩🇪 Deutsch</a></p> + <p>We run a mumble server for voice communications. It's a + convenient and hassle-free way to have high-quality VOIP calls. + Here is how to get connected:</p> + <ol> + <li>Download and install the Mumble client from the <a href="https://www.mumble.info/downloads/">Mumble website</a> or by using your operating system's package manager;</li> + <li>Launch Mumble and optionally go through the audio tuning wizard;</li> + <li>When the certificate management window opens, select the option "Automatic certificate creation" and finish the setup;</li> + <img src="/mumble-images/cert-creation.png" alt="The certificate creation dialog."> + <li>The Mumble Server Connect window will now open, click "Add New..." at the bottom;</li> + <img src="/mumble-images/empty-server-list.png" alt="The server connection dialog, with the moust hovering over the 'Add New...' button."> + <li>Enter the information for our Mumble server:</li> + <ul> + <li><b>Address:</b> jaderune.net</li> + <li><b>Port:</b> 64738</li> + <li><b>Username:</b> (Whatever name you want to be known by)</li> + <li><b>Label:</b> JadeRune</li> + </ul> + <img src="/mumble-images/add-server-dialog.png" alt="The dialog for adding a server to Mumble."> + <li>The server will now appear in the connection window where you can select it and click "Connect";</li> + <img src="/mumble-images/final-connect.png" alt="The server connection dialog with the JadeRune server now listed."> + <li>When you connect for the first time, the server will prompt you for a password, you can ask any of your fellow members what it is or ask the XMPP bot.</li> + <img src="/mumble-images/password.png" alt="The password prompt."> + </ol> + <p>Once you've entered the password, you're all set! We recommend having a look through the settings. Specifically, it's a good idea to enable RNNoise under the Audio Processing session of the Audio Input tab of the settings for optimal noise suppression while chatting.</p> + <p>Happy chatting!</p> + </main> + </body> +</html>