{"id":13530889,"url":"https://github.com/jamulussoftware/jamulus","last_synced_at":"2025-04-01T19:30:54.766Z","repository":{"id":37000842,"uuid":"177287710","full_name":"jamulussoftware/jamulus","owner":"jamulussoftware","description":"Jamulus enables musicians to perform real-time jam sessions over the internet.","archived":false,"fork":false,"pushed_at":"2024-10-29T13:16:25.000Z","size":39219,"stargazers_count":1001,"open_issues_count":135,"forks_count":224,"subscribers_count":30,"default_branch":"main","last_synced_at":"2024-10-29T16:00:37.391Z","etag":null,"topics":["audio","internet","jam-sessions","jamulus","low-latency-audio","online-jamming","opus","realtime"],"latest_commit_sha":null,"homepage":"https://jamulus.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamulussoftware.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-23T12:44:25.000Z","updated_at":"2024-10-29T13:16:12.000Z","dependencies_parsed_at":"2023-10-15T09:18:53.737Z","dependency_job_id":"4d5fa3d8-46fa-41bb-8eea-fe2a6c0446da","html_url":"https://github.com/jamulussoftware/jamulus","commit_stats":null,"previous_names":[],"tags_count":169,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamulussoftware%2Fjamulus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamulussoftware%2Fjamulus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamulussoftware%2Fjamulus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamulussoftware%2Fjamulus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamulussoftware","download_url":"https://codeload.github.com/jamulussoftware/jamulus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700127,"owners_count":20819827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","internet","jam-sessions","jamulus","low-latency-audio","online-jamming","opus","realtime"],"created_at":"2024-08-01T07:00:57.121Z","updated_at":"2025-04-01T19:30:49.748Z","avatar_url":"https://github.com/jamulussoftware.png","language":"C","funding_links":[],"categories":["Uncategorized","C"],"sub_categories":["Uncategorized"],"readme":"[![Homepage picture](https://github.com/jamulussoftware/jamuluswebsite/blob/release/assets/img/jamulusbannersmall.png)](https://jamulus.io)\n\n[![Auto-Build](https://github.com/jamulussoftware/jamulus/actions/workflows/autobuild.yml/badge.svg)](https://github.com/jamulussoftware/jamulus/actions/workflows/autobuild.yml)\n\n# Jamulus - Internet Jam Session Software\n\n\u003ca href=\"https://jamulus.io/\"\u003e\u003cimg align=\"left\" width=\"102\" height=\"102\" src=\"https://jamulus.io/assets/img/jamulus-icon-2020.svg\"/\u003e\u003c/a\u003e\n\nJamulus enables musicians to perform in real-time together over the internet.\nA 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.\n\nJamulus 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)\nand runs under **Windows** ([ASIO](https://www.steinberg.net) or [JACK](https://jackaudio.org)),\n**MacOS** ([Core Audio](https://developer.apple.com/documentation/coreaudio)) and\n**Linux** ([JACK](https://jackaudio.org)).\nIt is based on the [Qt framework](https://www.qt.io) and uses the [OPUS](https://www.opus-codec.org/) audio codec.\n\n## Installation\n\n[Please see the Getting Started page](https://jamulus.io/wiki/Getting-Started) containing instructions for installing and using Jamulus for your platform.\n\n## Help\n\nOfficial documentation for Jamulus is on the [Jamulus homepage](https://jamulus.io)\n\nSee also the [discussion forums](https://github.com/jamulussoftware/jamulus/discussions). If you have issues, feel free to ask for help there.\n\nBugs and feature requests can be [reported here](https://github.com/jamulussoftware/jamulus/issues)\n\n## Compilation\n\n[Please see these instructions](COMPILING.md)\n\n## Contributing\n\nSee the [contributing instructions](CONTRIBUTING.md)\n\n## Acknowledgements\n\nJamulus contains code from different sources (see also [COPYING](COPYING)). The developers wish\nto thank the maintainers of these projects for making their efforts available to us under their respective licences:\n\n*   Qt cross-platform application framework: [qt.io](https://www.qt.io)\n*   Opus Interactive Audio Codec: [opus-codec.org](https://www.opus-codec.org/)\n*   Audio reverberation code: by Perry R. Cook and Gary P. Scavone, 1995 - 2004\n  (taken from \"The Synthesis ToolKit in C++ (STK)\"):\n  [ccrma.stanford.edu/software/stk/](https://ccrma.stanford.edu/software/stk/)\n*   Some pixmaps are from the Open Clip Art Library (OCAL): [openclipart.com](https://openclipart.org/)\n*   Country flag icons from Mark James: [famfamfam.com](http://www.famfamfam.com)\n*   [JACK Audio Connection Kit](https://jackaudio.org/) by [the JACK authors](https://github.com/jackaudio/jack2/blob/develop/AUTHORS.rst?plain=1)\n*   ASIO is a trademark and software of Steinberg Media Technologies GmbH\n\n\nWe would also like to acknowledge the contributors listed in the\n[Github Contributors list](https://github.com/jamulussoftware/jamulus/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamulussoftware%2Fjamulus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamulussoftware%2Fjamulus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamulussoftware%2Fjamulus/lists"}