some updates
This commit is contained in:
parent
ee358b3680
commit
63d13690c3
2 changed files with 12 additions and 13 deletions
11
INSTALL
11
INSTALL
|
@ -1,5 +1,5 @@
|
||||||
/******************************************************************************\
|
/******************************************************************************\
|
||||||
* Copyright (c) 2004-2011
|
* Copyright (c) 2004-2013
|
||||||
*
|
*
|
||||||
* Author(s):
|
* Author(s):
|
||||||
* Volker Fischer
|
* Volker Fischer
|
||||||
|
@ -50,9 +50,8 @@ does not require the Jack packages.
|
||||||
Mac:
|
Mac:
|
||||||
----
|
----
|
||||||
|
|
||||||
- cd llcon
|
Download and install Apple Xcode and QT SDK for Mac.
|
||||||
- qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx -o Makefile llcon.pro
|
|
||||||
- make
|
|
||||||
- run ./llcon
|
|
||||||
|
|
||||||
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
|
||||||
|
|
14
README
14
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)
|
Under the GNU General Public License (GPL)
|
||||||
http://llcon.sourceforge.net
|
http://llcon.sourceforge.net
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION:
|
INTRODUCTION:
|
||||||
The llcon 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 llcon server software which
|
the internet. There is one server running the Jamulus server software which
|
||||||
collects the audio data from each llcon client software, mixes the audio data
|
collects the audio data from each Jamulus client software, 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-
|
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
|
and downstream. To get satisfactory results, the ping time from the client
|
||||||
computer to the server should not exceed 40 ms average.
|
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
|
software package includes both, the client and the server functionality which
|
||||||
can be selected by using command line arguments.
|
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
|
The audio is compressed with the OPUS audio codec to ensure a low delay and a
|
||||||
low upload/download rate.
|
low upload/download rate.
|
||||||
|
|
Loading…
Reference in a new issue