Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamulussoftware/jamulus
Jamulus enables musicians to perform real-time jam sessions over the internet.
https://github.com/jamulussoftware/jamulus
audio internet jam-sessions jamulus low-latency-audio online-jamming opus realtime
Last synced: 6 days ago
JSON representation
Jamulus enables musicians to perform real-time jam sessions over the internet.
- Host: GitHub
- URL: https://github.com/jamulussoftware/jamulus
- Owner: jamulussoftware
- License: other
- Created: 2019-03-23T12:44:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:16:25.000Z (11 days ago)
- Last Synced: 2024-10-29T16:00:37.391Z (10 days ago)
- Topics: audio, internet, jam-sessions, jamulus, low-latency-audio, online-jamming, opus, realtime
- Language: C
- Homepage: https://jamulus.io
- Size: 37.4 MB
- Stars: 1,001
- Watchers: 30
- Forks: 224
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-networked-media - Jamulus - software that enables musicians to perform real-time jam sessions over the internet, with clients connecting to a central server. (Uncategorized / Uncategorized)
README
[![Homepage picture](https://github.com/jamulussoftware/jamuluswebsite/blob/release/assets/img/jamulusbannersmall.png)](https://jamulus.io)
[![Auto-Build](https://github.com/jamulussoftware/jamulus/actions/workflows/autobuild.yml/badge.svg)](https://github.com/jamulussoftware/jamulus/actions/workflows/autobuild.yml)
# Jamulus - Internet Jam Session Software
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**](https://www.gnu.org/philosophy/free-sw.en.html) (FOSS) licensed under the [GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
and runs under **Windows** ([ASIO](https://www.steinberg.net) or [JACK](https://jackaudio.org)),
**MacOS** ([Core Audio](https://developer.apple.com/documentation/coreaudio)) and
**Linux** ([JACK](https://jackaudio.org)).
It is based on the [Qt framework](https://www.qt.io) and uses the [OPUS](https://www.opus-codec.org/) audio codec.## Installation
[Please see the Getting Started page](https://jamulus.io/wiki/Getting-Started) containing instructions for installing and using Jamulus for your platform.
## Help
Official documentation for Jamulus is on the [Jamulus homepage](https://jamulus.io)
See also the [discussion forums](https://github.com/jamulussoftware/jamulus/discussions). If you have issues, feel free to ask for help there.
Bugs and feature requests can be [reported here](https://github.com/jamulussoftware/jamulus/issues)
## Compilation
[Please see these instructions](COMPILING.md)
## Contributing
See the [contributing instructions](CONTRIBUTING.md)
## Acknowledgements
Jamulus contains code from different sources (see also [COPYING](COPYING)). The developers wish
to thank the maintainers of these projects for making their efforts available to us under their respective licences:* Qt cross-platform application framework: [qt.io](https://www.qt.io)
* Opus Interactive Audio Codec: [opus-codec.org](https://www.opus-codec.org/)
* Audio reverberation code: by Perry R. Cook and Gary P. Scavone, 1995 - 2004
(taken from "The Synthesis ToolKit in C++ (STK)"):
[ccrma.stanford.edu/software/stk/](https://ccrma.stanford.edu/software/stk/)
* Some pixmaps are from the Open Clip Art Library (OCAL): [openclipart.com](https://openclipart.org/)
* Country flag icons from Mark James: [famfamfam.com](http://www.famfamfam.com)
* [JACK Audio Connection Kit](https://jackaudio.org/) by [the JACK authors](https://github.com/jackaudio/jack2/blob/develop/AUTHORS.rst?plain=1)
* ASIO is a trademark and software of Steinberg Media Technologies GmbHWe would also like to acknowledge the contributors listed in the
[Github Contributors list](https://github.com/jamulussoftware/jamulus/graphs/contributors).