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
Volker Fischer c301929e21 r3_5_10 2020-08-16 09:16:39 +02:00
android Updated icons 2020-06-30 21:00:02 +02:00
distributions clean up raspberry pi script 2020-08-01 09:23:54 +02:00
libs Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
linux Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
mac Updated icons 2020-06-30 21:00:02 +02:00
src Update to pt_PT translation 2020-08-15 22:50:52 +01:00
tools Jam Exporter 2020-08-10 10:00:15 +01:00
windows Updated icons 2020-06-30 21:00:02 +02:00
.gitignore remove binary nsProcess.dll from the repository 2020-06-27 16:39:27 +02:00
.gitmodules added jamulus-docker repo as a submodule 2020-08-09 15:54:13 +02:00
.travis.yml check "headless nosound" mode in Travis 2020-06-18 16:20:19 +02:00
COPYING update licence for OPUS 2013-02-19 17:59:35 +00:00
ChangeLog r3_5_10 2020-08-16 09:16:39 +02:00
INSTALL.md Change link 2020-05-17 08:56:47 +01:00
Jamulus.pro r3_5_10 2020-08-16 09:16:39 +02: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.