diff options
Diffstat (limited to 'audio/jamulus/README')
-rw-r--r-- | audio/jamulus/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/jamulus/README b/audio/jamulus/README new file mode 100644 index 0000000000..7076933b9d --- /dev/null +++ b/audio/jamulus/README @@ -0,0 +1,15 @@ +jamulus (real-time jam session client/server) + +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, mixes the audio +data and sends the mix back to each client. + +The jamulus binary can be run as a client (default) or a server. See +"jamulus --help" and SERVER.txt for details. + +This package uses POSIX filesystem capabilities to execute with +elevated privileges (required for realtime audio processing). This +may be considered a security/stability risk. Please read +http://www.slackbuilds.org/caps/ for more information. To disable +capabilities, pass SETCAP=no to the script. |