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

29 Nov 24

Latest version

v1.5.634

Primary Language

C++

Size

121,059 KB

Stars

6,445

Forks

1,122

Watchers

6,445

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Hartmnt (29 Nov 24)

    Merge PR #6640: FIX(cmake): Don't set WORKING_DIRECTORY for ExternalProject_Add()

  • Davide Beatrici (29 Nov 24)

    FIX(cmake): Ensure the client installer target is built after its dependencies Looks like targets are now built concurrently, which results in the installer failing to find the G15 and x64 overlay helpers. This commit marks the G15 and overlay targets as dependencies of the client, when they're enabled. As a bonus, plugins are now tied to their own dedicated target rather than the client's. This is required because the client's subdirectory is now included later on.

  • Davide Beatrici (28 Nov 24)

    FIX(cmake): Don't set WORKING_DIRECTORY for ExternalProject_Add() This is a workaround for a bug that appeared in a recent version of CMake. WORKING_DIRECTORY prepends the specified path to a list instead of using it directly, resulting in: cd /D D:\a\1\b\overlay\overlay_xcompile-prefix;D:\a\1\b\overlay\overlay_xcompile-prefix\src\overlay_xcompile-build For reference, this causes the build to fail on Windows with the following error: "The filename, directory name, or volume label syntax is incorrect." This commit simply removes the parameter from the ExternalProject_Add() call, since the default working directory is perfectly fine.

  • Davide Beatrici (09 Nov 24)

    Merge PR #6584: FIX(client): Specify version when loading/saving MainWindow state

  • Davide Beatrici (06 Nov 24)

    Merge PR #6618: FIX(client, server): Fix build with Qt 6.8

  • Konstantin Goncharik (06 Nov 24)

    FIX(server): Fix build with Qt 6.8

  • Konstantin Goncharik (28 Oct 24)

    FIX(client): Fix build with Qt 6.8

  • Jan Klass (02 Nov 24)

    Merge PR #6621: DOCS(protocol): Add network protocol doc file

  • Jan Klass (01 Nov 24)

    DOCS(protocol): Convert CRLF to LF

  • Jan Klass (01 Nov 24)

    DOCS(protocol): Add network protocol doc file We have documentation in the mumble-protocol repository and generated website. The doc file in this repository serves as a simple reference pointing to those. See also [mumble-www #59](https://github.com/mumble-voip/mumble-www/issues/59)

  • Hartmnt (01 Nov 24)

    Merge PR #6611: FIX(client): Fix AudioWizard echo cancellation checkbox

  • Hartmnt (01 Nov 24)

    Merge PR #6601: Translations update from Hosted Weblate

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Chinese (Simplified Han script) translation Currently translated at 100.0% (2315 of 2315 strings) TRANSLATION: Update Chinese (Simplified Han script) translation Currently translated at 100.0% (2314 of 2314 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: 大王叫我来巡山 <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/zh_Hans/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Finnish translation Currently translated at 99.7% (2309 of 2315 strings) TRANSLATION: Update Finnish translation Currently translated at 99.6% (2308 of 2315 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Jiri Grönroos <[email protected]> Co-authored-by: Juli <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/fi/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Spanish translation Currently translated at 100.0% (2315 of 2315 strings) TRANSLATION: Update Spanish translation Currently translated at 100.0% (2314 of 2314 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: gallegonovato <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/es/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Polish translation Currently translated at 100.0% (2315 of 2315 strings) TRANSLATION: Update Polish translation Currently translated at 100.0% (2314 of 2314 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Matthaiks <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/pl/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update English (United Kingdom) translation Currently translated at 35.8% (830 of 2315 strings) Co-authored-by: Andi Chandler <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/en_GB/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Catalan translation Currently translated at 100.0% (2315 of 2315 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Ra Niwe <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/ca/ Translation: Mumble/Mumble Client

  • Hosted Weblate (26 Oct 24)

    TRANSLATION: Update Turkish translation Currently translated at 100.0% (2315 of 2315 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Oğuz Ersen <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/tr/ Translation: Mumble/Mumble Client

  • Hartmnt (23 Oct 24)

    Merge PR #6615: FIX(client): Use correct off audio cue

  • Tyler Spivey (23 Oct 24)

    FIX(client): Use correct off audio cue The off audio cue was incorrectly using on in a new configuration. This commit sets the off audio cue to the correct one. Fixes #6614

  • Hartmnt (15 Oct 24)

    FIX(client): Fix AudioWizard echo cancellation checkbox The echo cancellation checkbox had two separate, but similar problems: 1) It would never load in a checked state when you open up the AudioWizard 2) It would also never load the correct checked state representing the user settings when switching AudioInput or AudioOutput systems. The first problem can be traced back to commit 010437556dc81b4ed2e16baba65447c32fda61cd where the state of qcbEcho depends on the selected element of the AudioOutput dropdown menu, before it has been filled. The second problem probably goes back to 2991d2093a0fa0d9060afbe0004af9d3383f48e0 where the enabled state of the qcbEcho checkbox was changed on changing audio systems, but the checked state was not reloaded. This commit refactors the code (swaps initializing input and output) and adds a shared method to update the qcbEcho checkbox appropriately. Fixes #6544

  • Davide Beatrici (06 Oct 24)

    REFAC(client): Remove unused Settings variable

  • Davide Beatrici (06 Oct 24)

    FIX(client): Specify version when loading/saving MainWindow state This fixes a crash caused by the state being incompatible between Qt 5 and 6. Also, by having MainWindow.ui's hash as part of the version seed we can avoid potential bugs/glitches that may arise when MainWindow's widgets are changed.

  • Davide Beatrici (04 Oct 24)

    Merge PR #6598: FIX(plugins): Load correct pages for modules

  • sqwishy (04 Oct 24)

    FIX(plugins): Load correct pages for modules This `VirtualQueryEx()` loop is called for each module in a process. It reads pages starting at the module address but seems to continue past into other modules and into dynamic allocations also. This check stops enumerating pages once it encounters one that no longer belongs to the module for which pages are being collected. (Also this function opens two handles, this adds a clean up for the first handle if opening the second fails.) Fixes #6558

  • Robert Adam (04 Oct 24)

    Merge PR #6594: FIX(client): Don't assume SSL error == SSL version mismatch

  • Robert Adam (03 Oct 24)

    TRANSLATION: Update translation files

  • Robert Adam (03 Oct 24)

    FIX(client): Don't assume SSL error == SSL version mismatch Experience shows that SSL handshake errors can have various different reasons and thus always reporting that Mumble has encountered an SSL version mismatch is no good. This rephrases the error message to reflect this more general nature of the possible error origin and also provides advice for the most commonly observed ones.

  • Robert Adam (03 Oct 24)

    Merge PR #6596: REFAC: Qt cleanup

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 11 Jun 20
  • Last Updated 18 Jul 24
  • Current Version 3.5.2-gp

Trackers

No trackers found

Permissions

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

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)