The Jamulus software enables musicians to perform real-time jam sessions over the internet. There is a Jamulus server which collects the audio data from each Jamulus client, mixes the audio data and sends the mix back to each client.
Go to file
Daniel Masato a3271af34b Reformat Mac deployment script to remove tabs 2020-04-23 20:27:33 +01:00
android 2019->2020 2020-01-01 15:41:43 +01:00
distributions make the desktop icon square and of a standard size 2020-04-19 22:10:17 +02:00
libs/opus Fix celt decoder assertion when using OPUS_CUSTOM 2020-04-16 20:24:52 +01:00
linux small cleanup 2020-04-13 12:05:56 +02:00
mac Reformat Mac deployment script to remove tabs 2020-04-23 20:27:33 +01:00
src fix tab order 2020-04-22 22:39:39 +02:00
windows try to fix Misconfigured ASIO4ALL config can't be corrected #117 2020-04-20 19:57:21 +02:00
.gitignore Build Jamulus client and server for macOS 2020-04-19 11:03:36 +01:00
.travis.yml Use Mac deployment script for Travis CI 2020-04-23 20:23:51 +01:00
COPYING update licence for OPUS 2013-02-19 17:59:35 +00:00
ChangeLog bug fix: do not reset fader level meters if number of clients change 2020-04-22 21:41:33 +02:00
INSTALL.md Links to wiki to avoid duplication 2020-04-19 14:54:21 +01:00
Jamulus.pro Improve Mac deployment script 2020-04-23 20:15:42 +01:00
README.md Links to wiki 2020-04-19 15:10:36 +01:00

README.md

Homepage picture

Build Status

Jamulus - Internet Jam Session Software

The Jamulus software enables musicians to perform real-time jam sessions over the internet. There is one server running the Jamulus server software which collects the audio data from each Jamulus client, mixes the audio data and sends the mix back to each client.

Jamulus is Open Source software (GPL, GNU General Public License) and runs under Windows (ASIO), MacOS (Core Audio) and Linux (Jack). It is based on the Qt framework and uses the OPUS audio codec.

The project is hosted at Sourceforge.net. Sourceforge logo

Required Hardware Setup

The required minimum internet connection speed is 200 kbps (0.2Mbps) for the up and down-stream. The ping time (i.e. round trip delay) from your computer to the server should not exceed 40 ms average.

For the Jamulus software to run stable it is recommended to use a PC with at least 1.5 GHz CPU frequency.

On a Windows operating system it is recommended to use a sound card with a native ASIO driver. This ensures to get the lowest possible latencies.

Download and Installation

Download the latest version for Windows, Macintosh or Linux here.

Windows users: The Jamulus client software requires an ASIO sound card driver to be available in the system. If your sound card does not have native ASIO support, you can try out this alternative

Help

Official documentation for Jamulus is on the Github wiki

See also the discussion forums

Bugs and feature requests can be reported here

Compilation and Development

See the compile Instructions

For setting up and running a server, see this guide

Acknowledgments

This code contains open source code from different sources. The developer(s) want to thank the developer of this code for making their efforts available under open source:

We would also like to acknowledge the contributors listed in the Github Contributors list.