Jamulus enables musicians to perform in real-time together over the internet. A Jamulus server collects the incoming audio data from each Jamulus client, mixes that data and then sends that mix back to each client. Jamulus can support large numbers of clients with minimal latency and modest bandwidth requirements.
Jamulus is free and open source software (FOSS) licensed under the GPL and runs under Windows (ASIO or JACK), MacOS (Core Audio) and Linux (JACK). It is based on the Qt framework and uses the OPUS audio codec.
Homepage
Download
Recent Releases
3.11.026 Nov 2024 00:25
major feature:
Client: Added "Delete Entry" button to Advanced Settings, Custom Directories.
Client: Added "delete server" button to connect dialog.
Client: the display of delete buttons on Mac.
Client/Server: Display Qt versions for both build and runtime.
Client/Server: Improved start up logging.
Server: systemd ExecStart command line to support start/stop recording signal.
Server: Only de-register on quit.
Mac: Changed bundle ID. You may need to re configure Jamulus to your liking after a new install.
Android: save settings on app state change.
Refactor Release upload to two step process.
Refactoring: Decouple App Store upload from dmg build.
Refactor some `CHostAddress` parameters to be const references.
Refactor src/main.cpp.
Translations updated from Hosted Weblate.
Documentation: Improved link for Server CLI options.
Documentation: updated TRANSLATING.md for current build process.
Build: adds macOS signed pkg build automation.
Build: Bump actions/cache from 3 to 4.
Build: Bump actions/checkout from 3 to 4.
Build: Bump actions/download-artifact from 3 to 4.
Build: Bump actions/upload-artifact from 3 to 4.
Build: Bump DoozyX/clang-format-lint-action from 0.16 to 0.17.
Build: Bump github/codeql-action from 2 to 3.
Build: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0.
Build: checkout of submodules only needed for Android.
Build: Ensure apt version =2.4 to prove that the system is Debian based (using apt and dpkg) and can validate the repo.
Build: Generate qm files and embedded resource during build.
Build: Place build files in separate directories instead of project root.
Build: Replace deprecated Q_OS_MACX with Q_OS_MACOS (Jamulus now requires building with Qt = 5.7.1).
Build: Updated bundled Qt6 to version 6.6.3.
Build: Updated Mac Legacy build to use Qt 5.15.2, now compatible with MacOS 10.13 (High Sierra) or newer.
Build: Updated the build runner for iOS in Github from macos-11 to macos-12.
Build: Update
3.10.019 Jan 2024 14:13
major feature:
Build: Mac: Keep the signing-related keychain unlocked (#2927). (contributed by @hoffie)
Build: Updated bundled Qt6 to version 6.5.1 (#3070). (contributed by @github-actions)
Docs: Added JSON-RPC server connection tips (#3101). (contributed by @mcfnord)
Translation: Added trebmuh to create-translation-issues.sh (#3147). (contributed by @jujudusud)
GUI: Fix some accelerator key conflicts, and fix ellipses in Norwegian (#3156). (contributed by @softins)
Client: (Refactor) Prevent multiplication result converting to larger type (#3164). (contributed by @softins)
Client: Added SRV-based virtual hosting support (#2930). (contributed by @hoffie)
Server: Improved --serverinfo argument validation (#2951). (contributed by @hoffie, @pljones)
Server: ISO country codes can now be supplied in upper or lower case (#2934). (contributed by @Rob-NY)
Server: Use native file selection dialog for recording directory and persistence file to allow read and write access outside of the macOS sandbox (#3009). (contributed by @ann0see)
Server: Rename --directoryserver to --directoryaddress (and internal changes) (#3017). (contributed by @pljones)
Server: Save the HTML formatting in Server Welcome Message. (Applies to the GUI Server.) (#3058). (contributed by @pljones)
Windows: Windows 64bit releases use Qt 6.5.2 now. Jamulus will from now on only support Windows 10 and above (#2300). (contributed by @hoffie)
Linux: Debian users can now use the official PPA to get automatic updates. See the Linux install page on jamulus.io for more information (#3013). (contributed by @ann0see)
Mac: The legacy build now uses the macOS 13.1 SDK which is unsupported by Qt 5.9.9. We still provide the legacy build, but from now on consider it as deprecated. You are advised to upgrade your OS (#3066). (contributed by @ann0see)
Mac: Enable dark-mode support on non legacy builds (#2833, #3008). (contributed by @ann0see)
Mac: Fixed