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:
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 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.
The minimum internet connection speed at each client must be 128 kbps for up-
and downstream. To get satisfactory results, the ping time from the client
computer to the server should not exceed 40 ms average.
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.
Jamulus runs under Windows (ASIO), MacOS (Core Audio) and Linux (Jack). The Jamulus
software package includes both, the client and the server functionality which
can be selected by using command line arguments.
The required minimum internet connection speed is 200 kbps for the up- and
downstream. The ping time from your computer to the server should not exceed
40 ms average.
For starting the server type ./Jamulus -s
The audio is compressed with the OPUS audio codec to ensure a low delay and a
low upload/download rate.
The source code is hosted at Sourceforge.net.
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
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