updated the text to be compatible what is on the Jamulus homepage

This commit is contained in:
Volker Fischer 2014-07-26 06:54:26 +00:00
parent dc1af4f227
commit 35680ecd4f

21
README
View File

@ -33,21 +33,18 @@ http://llcon.sourceforge.net
INTRODUCTION: INTRODUCTION:
The Jamulus software enables musicians to perform real-time jam sessions over The Jamulus software enables musicians to perform real-time jam sessions over
the internet. There is one server running the Jamulus server software which the internet. There is one server running the Jamulus server software which
collects the audio data from each Jamulus client software, mixes the audio data collects the audio data from each Jamulus client, mixes the audio data
and sends the mix back to each client. and sends the mix back to each client.
The minimum internet connection speed at each client must be 128 kbps for up- Jamulus is Open Source software (GPL, GNU General Public License) and runs under
and downstream. To get satisfactory results, the ping time from the client Windows (ASIO), MacOS (Core Audio) and Linux (Jack). It is based on the Qt
computer to the server should not exceed 40 ms average. framework and uses the OPUS audio codec.
Jamulus runs under Windows (ASIO), MacOS (Core Audio) and Linux (Jack). The Jamulus The required minimum internet connection speed is 200 kbps for the up- and
software package includes both, the client and the server functionality which downstream. The ping time from your computer to the server should not exceed
can be selected by using command line arguments. 40 ms average.
For starting the server type ./Jamulus -s The source code is hosted at Sourceforge.net.
The audio is compressed with the OPUS audio codec to ensure a low delay and a
low upload/download rate.
EXTERNAL CODE: EXTERNAL CODE:
@ -55,7 +52,7 @@ This code contains open source code from different sources. The developer(s) wan
to thank the developer of this code for making their efforts available under open to thank the developer of this code for making their efforts available under open
source: source:
- Qt cross-platform application framework: http://qt.digia.com - Qt cross-platform application framework: http://qt-project.org
- Opus Interactive Audio Codec: http://www.opus-codec.org - Opus Interactive Audio Codec: http://www.opus-codec.org