Mumble

mumble.info
Mumble Icon

Open source, low-latency, high quality voice chat software. You can host your own server, or use a hosted instance, there are client applications for Windows, MacOS and Linux as well as third-party apps for Android and iOS.

Open Source

Mumble Source Code

Author

mumble-voip

Description

Mumble is an open-source, low-latency, high quality voice chat software.

#audio#client#cmake#cross-platform#gaming#hacktoberfest#linux#macos#open-source#quality-voice-chat#server#voicechat#voip#windows

Homepage

https://www.mumble.info

License

NOASSERTION

Created

26 Feb 11

Last Updated

04 Apr 24

Latest version

v1.5.613

Primary Language

C++

Size

113,277 KB

Stars

5,932

Forks

1,078

Watchers

5,932

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Hartmnt (04 Apr 24)

    Merge pull request #6357 from mumble-voip/weblate-translation-update Translations update from Hosted Weblate

  • Hosted Weblate (31 Mar 24)

    TRANSLATION: Update Dutch translation Currently translated at 98.2% (2118 of 2156 strings) Co-authored-by: Gert-dev <Gert-dev@users.noreply.hosted.weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/nl/ Translation: Mumble/Mumble Client

  • Hosted Weblate (31 Mar 24)

    TRANSLATION: Update Catalan translation Currently translated at 100.0% (2156 of 2156 strings) TRANSLATION: Update Catalan translation Currently translated at 100.0% (2156 of 2156 strings) TRANSLATION: Update Catalan translation Currently translated at 100.0% (2156 of 2156 strings) TRANSLATION: Update Catalan translation Currently translated at 72.4% (1562 of 2156 strings) TRANSLATION: Update Catalan translation Currently translated at 49.8% (1075 of 2156 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Paco Rivière <paco@riviere.cat> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/ca/ Translation: Mumble/Mumble Client

  • Hosted Weblate (31 Mar 24)

    TRANSLATION: Update Romanian translation Currently translated at 12.6% (272 of 2156 strings) Co-authored-by: Efta <david.eftasiu@yahoo.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/ro/ Translation: Mumble/Mumble Client

  • Hosted Weblate (31 Mar 24)

    TRANSLATION: Update German translation Currently translated at 99.9% (2155 of 2156 strings) Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/de/ Translation: Mumble/Mumble Client

  • Hartmnt (04 Apr 24)

    Merge pull request #5984 from Hartmnt/feat_a11y a11y - A cumulative merge request

  • Hartmnt (04 Apr 24)

    TRANSLATION: Update translation files

  • Hartmnt (21 Jan 24)

    DOCS: Add accessibility checklist

  • Hartmnt (15 Feb 24)

    FEAT(client): Add "Move To Own Channel" action to user context menu Previously, there was no way to move users from channel to channel using only the keyboard. For accessibility reasons, that was not ideal. This commit adds a new action to the user context menu allowing to move the selected user to your own channel (given enough permissions). While this is a decent workaround, the end goal will be to remove this action and replace it with a dedicated dialog to choose the channel a user will be moved to. See #4642

  • Hartmnt (19 Jan 24)

    FIX(ui): Update menu items to comform to design standards This commit changes the menu items and some buttons to conform to universal [1] standards. This means that: * Labels are using title case (e.g. "Listen to channel" -> "Listen To Channel") * Menu items are generally not including the menu title in the action label (e.g. "Join Channel" -> "Join") * ALL menu items have non-overlapping access keys (ALT + <access key>, denoted by underline) * Ellipses ("...") are only used for actions that require further user input, simply opening another window is not a reason for using an ellipsis. [1] State of the art as documented by major vendors in the consumer software industry. For example: https://learn.microsoft.com/en-us/windows/win32/uxguide/cmd-menus https://developer.apple.com/design/human-interface-guidelines/menus https://develop.kde.org/hig/components/navigation/menubar/

  • Hartmnt (07 Jan 24)

    FIX(a11y): Make global shortcut settings more accessible This commit switches the global shortcut tree to a new MultiColumnTreeWidget and makes it keyboard navigatable. It also makes screen readers read actual column values. Fixes #2293

  • Hartmnt (07 Jan 24)

    FIX(a11y): Make search result tree accessible This commit switches the search result tree to a new MultiColumnTreeWidget and makes it keyboard navigatable. It also makes screen readers read actual column values.

  • Hartmnt (07 Jan 24)

    FIX(a11y): Make message type settings accessible This commit switches the message notification type tree to a new MultiColumnTreeWidget and makes it keyboard navigatable. It also makes screen readers read actual column values. Fixes #2972

  • Hartmnt (07 Jan 24)

    FIX(a11y): Make plugin config accessible This commit switches the plugin config tree to a new MultiColumnTreeWidget and makes it keyboard navigatable. It also makes screen readers read actual column values.

  • Hartmnt (11 Dec 22)

    FIX(a11y): Improve inline volume slider accessibility Previously, the accessibility of the inline slider was very limited due to the cumbersome and lacking system Qt provides. This commit gently tricks Qt into behaving like a nice framework in regards to accessibility. Fixes #6109

  • Hartmnt (17 Jan 24)

    FIX(a11y): Update all accessible names and descriptions A lot of accessible names or descriptions were either missing, wrong or misleading. This commit tries to unify and improve all accessible names and descriptions Fixes #1337

  • Hartmnt (02 Jan 24)

    FIX(a11y): Move all accessible name definitions into XML where applicable In c73f967711 accessibility names and descriptions were added to Mumble but they were placed in code. This commit moves all those texts into the respective .ui file where applicable. If the accessible name is changed or calculated at runtime, it obviously needs to still be defined in the source code.

  • Hartmnt (03 Jan 24)

    FIX(a11y): Fix all buddy labels Qt offers a feature called buddy labels. With that certain UI elements can have a label, which represents the UI element in a textual way. This is very important for screen readers as they otherwise might not read the correct for any given UI element. Adding buddies is as simple as using the "Edit buddy" dialog in the Qt editor. This commit sweeps through (almost) all UI elements and applies the correct buddies where applicable.

  • Hartmnt (17 Jan 24)

    FIX(a11y): Add semantic description to sliders Some screen readers (notably Orca) are either not capable of reading semantic values for slides, or Qt prevents them from doing so. Sadly, the raw value of a slider e.g. in case of the voice activity threshsold 0-32767 is pretty much entirely useless for a screen reader user. This commit introduces the concept of a semantic slider, which has a separate accessible text for providing more sensible values as well as units while still being able to pass the raw slider value to underlying code. For screen readers such as Orca, it is a bit hacky as it prepends the semantic value of the slider to the accessibleName. (Orca does not read the provided value object) But other than that, this should work very well for almost all circumstances.

  • Hartmnt (02 Jan 24)

    FIX(a11y): Fix tab order in settings sub pages Previously, the tab order of the elements in the settings pages were all over the place. This commit forces a sensible order.

  • Hartmnt (29 Jun 23)

    FIX(a11y): Improve accessibility of configuration dialog buttons This commit fixes keyboard navigation for the settings dialog. Fixes #1337

  • Hartmnt (20 Apr 23)

    FIX(a11y): Improve accessibility of the edit shortcut dialog This commit switches the label in the shortcut dialog from "Add" to "Listening to input" when the button is pressed. This is supposed to indicate to screen readers that the dialog is now in a different state, which is actually listening for new key presses.

  • Hartmnt (20 Apr 23)

    FIX(a11y): Add search dialog action to server context menu The search dialog is hard to find using the keyboard and a screen reader. This commit adds the search dialog action to the server context menu.

  • Hartmnt (06 Jan 23)

    FIX(a11y): Make the info in server and user information dialogs accessible Using the new AccessibleGroupBox make the information inside the server and user information dialogs accessible for screen readers. Fixes #1337

  • Hartmnt (17 Jan 24)

    FIX(a11y): Improve Accessibility for CertWizard The certificate wizard shows boxes with certificate info. These boxes are created by using labels in a QGroupBox. However, this information is not easily readable using a screen reader (especially Orca). This commit introduces the AccessibleGroupBox class which aims to solve that by dynamically setting the accessible description using layout information of the labels inside the box. Fixes #1337

  • Hartmnt (12 Dec 22)

    FIX(a11y): Automatically send a focus event to the AudioWizard and CertWizard on page change Previously, none of the description text of the wizard pages were read by screen readers. (especially Orca) To fix this, this commit will focus the dialog itself when the page changes. This makes the screen reader read the current page information. It also implements a new function that finds the next focusable child and sets that in the focus chain of the wizard as well.

  • Hartmnt (30 Nov 22)

    FIX(a11y): Change focus handling and accessibility in connect dialog Previously, the TAB focus order and focus handling in the connection dialog was barely working. This commit adds a manual TAB order and focus policies to improve navigation.

  • Hartmnt (30 Nov 22)

    FIX(a11y): Add "filtered" to accessibleName for TreeView, if applicable Previously, there was no way to know for sure, if the currently selected user and channel tree was being filtered. (in a screen reader context) This commit switches the accessibleName depending on the channel filter state.

  • Hartmnt (30 Nov 22)

    FIX(a11y): Make users and channels in tree accessible Previously, screen readers would just read out the string of any selected item in the tree. With this new commit, the accessibleText and accessibleDescription are set such that it is clear whether an item is a channel or a user and which properties are set for both. Fixes #2292

  • Hartmnt (29 Nov 22)

    FIX(a11y): Automatically focus the stop button in the VoiceRecorderDialog When clicking the "Start" button in the voice recorder dialog, some random element receives focus automatically. Some or all screen readers start reading the disabled options. This commit automatically focuses the "Stop" button in the voice recorder dialog when "Start" is clicked.

Mumble Website

Website

503 certificate has expired

Redirects

Does not redirect

Security Checks

2 security checks failed (64 passed)

  • HTTP Status Error
  • HTTP Server Error

Server Details

  • IP Address 146.75.38.217
  • Location Goeteborg, Vastra Gotalands lan, Sweden, EU
  • ISP Fastly Inc.
  • ASN AS54113

Associated Countries

  • CH
  • SE
  • JP

Saftey Score

Website marked as safe

100%

Blacklist Check

www.mumble.info was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

Mumble Android App

Update Info

  • App Mumla
  • Creation Date 08 Mar 22
  • Last Updated 07 Dec 23
  • Current Version 3.5.9-beta1

Trackers

No trackers found

Permissions

  • Internet
  • Foreground Service
  • Record Audio
  • Bluetooth
  • Write External Storage
  • Broadcast Close System Dialogs
  • Broadcast Sticky
  • Vibrate
  • Access Network State
  • Modify Audio Settings
  • Wake Lock
  • System Alert Window

Mumble iOS App

App Info

Mumble

Mumble - High quality, low latency voice chat Mumble is a free group voice chat application. It allows you to talk to your friends on the go, and has finally arrived on the iOS platform. Simply find a public server and join it to chat with your friends! Mumble requires a connection to a server to function. Servers can be rented from commercial hosting companies. The Mumble server software is also available free-of-charge under and open source license, so individuals are free to create their own servers, without limitations. See https://www.mumble.info for more information regarding Mumble servers. Mumble provides the following features: • High quality, low latency voice chats via WiFi or 3G using state of the art codecs • Access to thousands of public servers -- free for you to use when chatting with friends • Ability to chat with hundreds of thousands of regular users of Mumble around the world • An easily accessible list of all of your favorite servers • Connect to and list available Mumble servers on the local network • SSL/TLS encryption of connections to remote servers; voice data encrypted using OCB2-AES128 • Strong and flexible authentication with remote servers using either passwords or X.509 certificates • Advanced audio configuration, allowing users to configure the quality and bandwidth requirements of their transmitted audio (perfect for 3G connections with slow upload) • Push-to-Talk and Voice Activated audio transmission modes (for hands-free operation) • Flexible user-to-user and user-to-channel text messaging system for sharing links or images while talking • Basic user functionality on Mumble servers (server administration not possible) • Push-to-talk transmission mode. • Echo cancellation for the built-in microphone. • Bluetooth headset support. Mumble is open source software, developed collaboratively on the Internet. Mumble and its server software are available for free, for anyone to use. For more information about Mumble, please visit our website at http://www.mumbleapp.com.

Rating

Rated 3.24 out of 5 stars by 58 users

Version Info

  • Current Version 1.3.1
  • Last Updated 13 Sept 17
  • First Released 13 Feb 12
  • Minimum iOS Version 8.0
  • Device Models Supported 121

App Details

  • IPA Size 8.43 Mb
  • Price Free (USD)
  • Age Advisory 4+
  • Supported Languages 1
  • Developer Mikkel Krautz
  • Bundle ID info.mumble.Mumble

Screenshots

Mumble Reviews

More VOIP Clients

About the Data: Mumble

API

You can access Mumble's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/communication/voip-clients/mumble

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share Mumble

Help your friends compare VOIP Clients, and pick privacy-respecting software and services.
Share Mumble and Awesome Privacy with your network!

View VOIP Clients (2)