Main Page

From Mumble

(Difference between revisions)
Jump to: navigation, search
(8 intermediate revisions not shown)
Line 32: Line 32:
-->
-->
 +
<!--
{|style="border-spacing:8px; margin:0px -8px; width:100%;"
{|style="border-spacing:8px; margin:0px -8px; width:100%;"
|style="width:55%; border:1px solid #C9C9C9; background:#F8F8F8; vertical-align:top; color:#000;"|
|style="width:55%; border:1px solid #C9C9C9; background:#F8F8F8; vertical-align:top; color:#000;"|
Line 43: Line 44:
|}
|}
|}
|}
 +
-->
{|style="border-spacing:8px; margin:0px -8px; width:100%;"
{|style="border-spacing:8px; margin:0px -8px; width:100%;"
Line 52: Line 54:
|-
|-
|style="color:#000;"|<big>
|style="color:#000;"|<big>
-
:* <span class="plainlinks">[http://sourceforge.net/forum/?group_id=147372 Discussion Forums]</span>
+
:* <span class="plainlinks">[http://sourceforge.net/apps/phpbb/mumble/ Discussion Forums]</span>
:* <span class="plainlinks">[irc://irc.freenode.org/mumble #mumble on freenode]</span>
:* <span class="plainlinks">[irc://irc.freenode.org/mumble #mumble on freenode]</span>
-
:* <span class="plainlinks">[http://sourceforge.net/tracker/?group_id=147372&atid=768008 Feature Request]</span>
 
-
:* <span class="plainlinks">[http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse Report a Bug]</span>
 
|-
|-
|}
|}
Line 63: Line 63:
|style="width:55%; border:1px solid #C9C9C9; background:#F8F8F8; vertical-align:top; color:#000;"|
|style="width:55%; border:1px solid #C9C9C9; background:#F8F8F8; vertical-align:top; color:#000;"|
{|width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:#F8F8F8;"
{|width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:#F8F8F8;"
-
! <h2 style="margin:0; background:#F0F0F0; font-size:150%; font-weight:bold; border:1px solid #A4A4A4; text-align:left; color:#000; padding:0.2em 0.4em;">News</h2>
+
! <h2 style="margin:0; background:#F0F0F0; font-size:150%; font-weight:bold; border:1px solid #A4A4A4; text-align:left; color:#000; padding:0.2em 0.4em;">News & Blog</h2>
|-
|-
|style="color:#000;"|
|style="color:#000;"|
 +
<mumbleblog num="2"></mumbleblog>
<mumblenews num="2"></mumblenews>
<mumblenews num="2"></mumblenews>
|-
|-
Line 84: Line 85:
:* [[FAQ]]
:* [[FAQ]]
:* [[Upcoming|Upcoming features]]
:* [[Upcoming|Upcoming features]]
 +
:* [[Contributing]]
:* [[Development]]
:* [[Development]]
: &nbsp;
: &nbsp;
Line 89: Line 91:
:* [[Games|Supported Games]]
:* [[Games|Supported Games]]
:* [[Skins]]
:* [[Skins]]
-
:* <span class="plainlinks">[http://www.sjuengling.de/mus/ Usage Statistics]</span>
+
:* <span class="plainlinks">[http://stats.mumble.info Usage Statistics]</span>
: &nbsp;
: &nbsp;
:'''Server'''
:'''Server'''
Line 95: Line 97:
:* [[ACL and Groups|ACL & Groups]]
:* [[ACL and Groups|ACL & Groups]]
:* [[Commercial Hosting]]
:* [[Commercial Hosting]]
-
:* [[DBus]] and [[Ice]]</big>
+
:* [[DBus]] and [[Ice]]
 +
</big>
|-
|-
|}
|}
Line 116: Line 119:
|-
|-
|style="color:#000; text-align:center;"|
|style="color:#000; text-align:center;"|
-
<span class="plainlinks">[http://www.klocwork.com/ http://www.klocwork.com/images/logo.gif]</span>
+
<span class="plainlinks">[http://www.klocwork.com/ http://public-cfd1.klocwork.biz/www/_img/_img/logo.png]</span>
|
|
<small>Mumble has been analyzed with Klocwork source code analysis, the most accurate and comprehensive tool for finding critical programming errors and security vulnerabilities.</small>
<small>Mumble has been analyzed with Klocwork source code analysis, the most accurate and comprehensive tool for finding critical programming errors and security vulnerabilities.</small>
Line 124: Line 127:
|
|
<small>Murmur uses ZeroC Ice as a RPC framework, enabling flexible remote control</small>
<small>Murmur uses ZeroC Ice as a RPC framework, enabling flexible remote control</small>
 +
|-
 +
|style="color:#000; text-align:center;"|
 +
<span class="plainlinks">[http://www.magicermine.com/ http://www.magicermine.com/ermine.png]</span>
 +
|
 +
<small>The binary distribution of Murmur was made portable to different Linux distributions with Magic Ermine</small>
|}
|}
|}
|}
|}
|}

Revision as of 08:11, 18 May 2011

Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.

Get Mumble


Get Involved

News & Blog

  • 2013-01-15 Mumble 1.2.4 RC
    Thanks to your help we have been able to resolve quite a few issues since entering beta for 1.2.4. We have now reached a point where we feel confident putting out a release candidate for the new version. Unless any … Continue reading
  • 2012-11-15 Announcing Mumble 1.2.4 beta
    The Mumble team is proud to announce the first beta of Mumble 1.2.4. This is a big step towards the next stable release in the 1.2 series. Now is a good time to try the new and old features and … Continue reading

  • 2012-10-30 Mumble 1.2.2 Released
    Mumble just released version 1.2.2. This release introduces local caching of textures and comments, improved overlay quality including avatar support, ability to query for user information and much more.

For a complete list of new features, see http://mumble.sourceforge.net/1.2.2

Documentation

 
Client
 
Server

Tools used by Mumble

logo.png

Mumble uses Qt, the Cross-Platform Rich Client Development Framework. Qt is used for cross-platform GUI, network and database functions.

parrot_speex_org-3.png

Mumble's superior audio quality comes in large parts from Speex, a high quality voice codec and DSP library for echo cancellation and denoising.

logo.png

Mumble has been analyzed with Klocwork source code analysis, the most accurate and comprehensive tool for finding critical programming errors and security vulnerabilities.

Ice.png

Murmur uses ZeroC Ice as a RPC framework, enabling flexible remote control

ermine.png

The binary distribution of Murmur was made portable to different Linux distributions with Magic Ermine

Personal tools