Mumble
mumble.infoOpen 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.
- Homepage: mumble.info
- GitHub: github.com/mumble-voip/mumble
- Privacy: tosdr.org/en/service/3640
- iOS App: apps.apple.com/us/app/mumble/id443472808
- Android App: https://play.google.com/store/apps/details?id=se.lublin.mumla
- Web info: web-check.xyz/results/mumble.info
Mumble Source Code
Author
Description
Mumble is an open-source, low-latency, high quality voice chat software.
Homepage
https://www.mumble.infoLicense
NOASSERTION
Created
26 Feb 11
Last Updated
13 Sept 24
Latest version
Primary Language
C++
Size
116,408 KB
Stars
6,263
Forks
1,104
Watchers
6,263
Language Usage
Star History
Top Contributors
- @thorvald (2756)
- @mkrautz (1985)
- @Krzmbrzl (1660)
- @davidebeatrici (899)
- @hacst (645)
- @Kissaki (370)
- @pcgod (340)
- @weblate (311)
- @elitallman (117)
- @Hartmnt (114)
- @amrecio (46)
- @fwaggle (43)
- @Natenom (41)
- @TerryGeng (35)
- @Zuko (30)
- @haruArc (24)
- @matze (23)
- @Popkornium18 (21)
- @klemensn (20)
- @rawnar (18)
- @Rantanen (17)
- @lnussel (14)
- @vimpostor (14)
- @ngollan (12)
- @d-rez (12)
- @tkmorris (12)
- @dekarl (11)
- @Septarius (11)
- @Spaccaossi (11)
- @dexgs (10)
Recent Commits
- Robert Adam (20 Aug 24)
Merge PR #6536: BUILD: Fix compiler warnings on 32bit architectures
- Robert Adam (20 Aug 24)
BUILD: Fix compiler warnings on 32bit architectures Fixes #6377
- Davide Beatrici (20 Aug 24)
Merge PR #6510: FIX(client): Fix crash on mono pos. audio warning from audio thread
- Hartmnt (15 Jul 24)
FIX(client): Fix crash on mono pos. audio warning from audio thread Merge request #5247 introduced a warning that is triggered when Mumble is configured to use positional audio and only a single channel output is configured. However, this warning is emitted from the audio thread and therefore causes a crash. This is because Qt does not want to add child QObjects from any other thread than main. This commit makes sure the static version of ``logOrDefer`` is called and also adds a check to ``Log::log`` to forward the call to the main thread, if necessary. Fixes #6507
- Davide Beatrici (13 Aug 24)
Merge PR #6517: REFAC(client): Replace <codecvt> usage
- Davide Beatrici (26 Jul 24)
REFAC(client): Replace <codecvt> usage Deprecated in C++17 and slated for removal in C++26. Unfortunately no standard replacement is available yet.
- Davide Beatrici (24 Jul 24)
CI(cirrus): Install "ice37" package instead of "ice" "ice37" provides ZeroC Ice 3.7.10 (currently the latest). "ice" provides ZeroC Ice 3.6.5.
- Davide Beatrici (19 Jul 24)
CI(cirrus): Update FreeBSD image
- Robert Adam (08 Jul 24)
Merge PR #648: Update winget-releaser to latest
- Robert Adam (08 Jul 24)
Merge PR #6502: MAINT(ci): Don't run backport action on backport PRs
- Robert Adam (08 Jul 24)
MAINT(ci): Don't run backport action on backport PRs
- Robert Adam (08 Jul 24)
Merge PR #6499: FIX(client, plugins): Wrong sample count in plugin callback In the mumble_onAudioInput callback that plugins can use, the sampleCount parameter was actually wrong for all cases in which the input had more than a single channel. Instead of the sample count per channel, the total sample count (across all channels) was passed along. Fixes #6464
- Robert Adam (06 Jul 24)
Merge PR #6498: MAINT: Update backport config
- Robert Adam (06 Jul 24)
FIX(client, plugins): Wrong sample count in plugin callback In the mumble_onAudioInput callback that plugins can use, the sampleCount parameter was actually wrong for all cases in which the input had more than a single channel. Instead of the sample count per channel, the total sample count (across all channels) was passed along. Fixes #6464
- Robert Adam (06 Jul 24)
MAINT: Update backport config
- Vedant (29 Jun 24)
DOCS: Action can now run on any OS
- Vedant (29 Jun 24)
CI(github-actions): Update winget-releaser to latest
- Robert Adam (06 Jul 24)
Merge PR #6496: MAINT: Only run backport action when PR is merged
- Robert Adam (06 Jul 24)
MAINT: Only run backport action when PR is merged
- Robert Adam (06 Jul 24)
Merge PR #6494: MAINT(ci): Various maintenance work related to CI configs
- Robert Adam (06 Jul 24)
MAINT(ci): Update all GitHub actions to latest versions
- Robert Adam (06 Jul 24)
MAINT(ci): Don't require two backport labels
- Robert Adam (06 Jul 24)
MAINT(ci): Upgrade from Ubuntu 20.04 to newer Ubuntu version
- Robert Adam (06 Jul 24)
MAINT(ci): Access current OS via variable
- Robert Adam (06 Jul 24)
MAINT(ci): Upgrade to Ubuntu 22.04 on Azure Pipelines For the previously used Ubuntu 20.04, it is only a matter of time until they remove this VM image.
- Robert Adam (06 Jul 24)
MAINT(ci): Complete upgrade to macOS 12 on Azure Pipelines In a15aa1e7a6699b2ec14a9e89046cdfb66140911c only the workflow for the main branch was edited, but the spec for the PR runs was left unchanged.
- Hartmnt (01 Jul 24)
Merge PR #6486: FIX(client): Do not spam log when adjusting volume of clients without certificate
- Hartmnt (30 Jun 24)
FIX(client): Do not spam log when adjusting volume of clients without certificate In #5776 the local volume adjustment sliders were moved into the user context menu. A log warning message appears, if you adjust the volume of a client without certificate. Due to a combination of Qt's buggy MouseWheel events and the oversight that volume changes to the DB happen much more frequently with that change, the log warning messages are spammed way to often now in that case. This commit moves the log warning message explicitly into a separate slot on slider release. Note: We "lose" the warning message for other input methods that are not "releasing the slider", but given the fact that certificates are pretty prevalent now and dragging the slider is likely the most often used input method, this will likely affect a very little amount of users. Fixes #6462
- Hartmnt (01 Jul 24)
Merge PR #6484: MAINT(ci): Upgrade to macOS 12 on Azure Pipelines
- Robert Adam (29 Jun 24)
MAINT(ci): Upgrade to macOS 12 on Azure Pipelines The macOS 11 image has been deprecated and is likely to (or already has been?) be removed entirely.
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 20 Feb 24
- Last Updated 14 Jul 24
- Current Version 3.6.7
Trackers
No trackers found
Permissions
- Access Network State
- Bluetooth
- Broadcast Close System Dialogs
- Broadcast Sticky
- Foreground Service
- Foreground Service Microphone
- Internet
- Modify Audio Settings
- Post Notifications
- 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
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!