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 Apr 24

Latest version

v1.5.629

Primary Language

C++

Size

114,468 KB

Stars

5,992

Forks

1,085

Watchers

5,992

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Robert Adam (23 Apr 24)

    Merge PR #6404: MAINT: The OCB design is in the public domain

  • Andreas Stieger (23 Apr 24)

    MAINT: The OCB design is in the public domain The inventor dedicated the design to the public domain, all patents lapsed intentionally. Comments only, no code change. Fixes #6403

  • Hartmnt (14 Apr 24)

    TRANSLATION: Translations update from Hosted Weblate (#6379)

  • Hosted Weblate (14 Apr 24)

    TRANSLATION: Update Chinese (Simplified) translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update Chinese (Simplified) translation Currently translated at 89.2% (2064 of 2312 strings) TRANSLATION: Update Chinese (Simplified) translation Currently translated at 89.2% (2064 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: deluxghost <[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 (14 Apr 24)

    TRANSLATION: Update French translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update French translation Currently translated at 95.3% (2205 of 2312 strings) TRANSLATION: Update French translation Currently translated at 89.3% (2066 of 2312 strings) TRANSLATION: Update French translation Currently translated at 89.3% (2066 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: John Doe <[email protected]> Co-authored-by: programutox <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/fr/ Translation: Mumble/Mumble Client

  • Hosted Weblate (14 Apr 24)

    TRANSLATION: Update Polish translation Currently translated at 100.0% (2312 of 2312 strings) TRANSLATION: Update Polish translation Currently translated at 100.0% (2312 of 2312 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 (14 Apr 24)

    TRANSLATION: Update German translation Currently translated at 89.2% (2064 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Moritz Schirmer <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/de/ Translation: Mumble/Mumble Client

  • Hosted Weblate (14 Apr 24)

    TRANSLATION: Update Turkish translation Currently translated at 93.2% (2157 of 2312 strings) TRANSLATION: Update Turkish translation Currently translated at 93.2% (2156 of 2312 strings) Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: John Doe <[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

  • Jan Klass (10 Apr 24)

    Merge PR #6390: DOCS(docker): Drop outdated docker compose documentation

  • Jan Klass (10 Apr 24)

    DOCS(docker): Drop outdated docker compose documentation Docker documentation should be on our website (administrator/hoster documentation) or our [mumble-docker] repository. This repository /docs/ should only contain developer documentation and scoped to this source/main project. --- PR #5838 commit 81bb8f7 removed the docker-compose.yml file in this repository. The `murmur.ini` reference is outdated. It was moved and renamed to `umble-server-ini` The `database` path is outdated ('murmur' name). --- Replaces/Closes PR #6387 which intended to fix the documentation. [mumble-docker]: https://github.com/mumble-voip/mumble-docker/

  • Hartmnt (10 Apr 24)

    Merge PR #6364: FEAT(client): Add ReNameNoise as a replacement for RNNoise

  • Davide Beatrici (09 Apr 24)

    Merge PR #6366: FEAT(client): disable pipewire input stream while muted

  • Jan Klass (08 Apr 24)

    Merge PR #6386: DOCS(commit-guidelines): Fix headlines, Add general intro

  • Jan Klass (07 Apr 24)

    Merge PR #6384: MAINT(github): Drop forums web-link from issue templates

  • Jan Klass (07 Apr 24)

    DOCS: Fix headlines, Add general intro We had two level-one headlines. Add a document-level headline and intro text (without an intro text it would be quite empty). Indent every over headline by one level to have correct, consistent levels. The intro text provides general context even without specific technical knowledge about the document context. Although it does not introduce the connection between Git and commit.

  • Jan Klass (07 Apr 24)

    Merge PR #6361: DOCS(ice): Add Channel.temporary read-only notice

  • Jan Klass (07 Apr 24)

    MAINT(github): Drop obsolete, archived forums web-link from issue templates

  • Jan Klass (15 Mar 24)

    DOCS(ice): Add Channel.temporary read-only notice

  • Robert Adam (06 Apr 24)

    Merge PR #6381: CI(github-actions): Upgrade to Node 20 actions

  • Robert Adam (06 Apr 24)

    Merge PR #6372: FIX(server): Stale user pointers in whisper cache Since the whisper cache entry was computed while holding the read-lock, it was possible for a user in that cache to get deleted while the voice thread drops the read lock in order to upgrade it to a write lock. In such a case, the cache entry would contain an invalid (stale) user pointer, which can lead to crashes when using the cache later on. By moving the cache entry computation into the block in which we already hold a read lock, we turn computing the cache and adding it to the cache store into an atomic operation. As soon as the cache entry is in the store, deleting a user is no longer an issue as that will implicitly clear all whisper caches (thereby preventing stale cache entries). Additionally, the cache creation has been factored out into its own function (for improved readability)

  • Robert Adam (06 Apr 24)

    CI(github-actions): Upgrade to Node 20 actions The v3 actions are based on Node 16 and are therefore deprecated.

  • Robert Adam (06 Apr 24)

    REFAC(server): Refactor WhisperTarget struct Switch to using an unsigned integer as channel ID and rename member variables to no longer include their type as part of the name (and make names more meaningful in general). Additionally, some Qt containers were replaced with std ones.

  • Robert Adam (06 Apr 24)

    REFAC(server): Compute whisper target caches in dedicated function This should improve the readability of the whisper code path in the important processMsg function.

  • 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 <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> 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 <[email protected]> Co-authored-by: Paco Rivière <[email protected]> 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 <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> 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 <[email protected]> Translate-URL: https://hosted.weblate.org/projects/mumble/mumble-client/de/ Translation: Mumble/Mumble Client

  • Hartmnt (19 Mar 24)

    FEAT(client): Add ReNameNoise as a replacement for RNNoise

  • Hartmnt (04 Apr 24)

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

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)