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
Jonathan 0149aed78e
Change link
To avoid confusion in the titles.
2020-05-17 08:56:47 +01:00
android Converted icon to be used as Android resource. 2020-05-14 18:26:46 +02:00
distributions debian/watch: Adapt to the tags on github 2020-05-15 23:42:45 +02:00
libs Merge branch 'master' into master 2020-05-11 08:03:29 +01:00
linux bug fix: fixed that Jamulus segfaults when jackd is restarted (Ticket #122, #127) 2020-05-10 10:41:49 +02:00
mac bug/compile fixes 2020-05-03 14:18:22 +02:00
src Update French translation 2020-05-16 17:47:05 +02:00
windows some more removing html code from translation strings 2020-05-07 09:16:28 +02:00
.gitignore Build Jamulus client and server for macOS 2020-04-19 11:03:36 +01:00
.gitmodules Added oboe sub module 2020-04-16 17:40:40 +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 duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
INSTALL.md Change link 2020-05-17 08:56:47 +01:00
Jamulus.pro prepare for next version 2020-05-15 20:00:02 +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.