From 35680ecd4fe34e7ba874e098e38702d85a4426b4 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 26 Jul 2014 06:54:26 +0000 Subject: [PATCH] updated the text to be compatible what is on the Jamulus homepage --- README | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README b/README index fcfcb921..f356e2e3 100755 --- a/README +++ b/README @@ -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