diff --git a/INSTALL b/INSTALL index 86b34bda..a2578d32 100755 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2011 + * Copyright (c) 2004-2013 * * Author(s): * Volker Fischer @@ -50,9 +50,8 @@ does not require the Jack packages. Mac: ---- -- cd llcon -- qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx -o Makefile llcon.pro -- make -- run ./llcon +Download and install Apple Xcode and QT SDK for Mac. -NOTE: You may have to adjust the Qt4.x path to your Qt version +- cd llcon +- qmake llcon.pro +- open llcon.xcodeproj and compile & run diff --git a/README b/README index 6c07f12f..c87fcecf 100755 --- a/README +++ b/README @@ -22,29 +22,29 @@ * \******************************************************************************/ -llcon, Internet Jam Session Software +Jamulus - Internet Jam Session Software ------------------------------------ -llcon, Low-Latency (Internet) Connection tool +Low-Latency (Internet) Connection tool Under the GNU General Public License (GPL) http://llcon.sourceforge.net INTRODUCTION: -The llcon software enables musicians to perform real-time jam sessions over -the internet. There is one server running the llcon server software which -collects the audio data from each llcon client software, mixes the audio data +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 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. -Llcon runs under Windows (ASIO), MacOS (Core Audio) and Linux (Jack). The llcon +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. -For starting the server type ./llcon -s +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.