diff options
author | B. Watson <yalhcru@gmail.com> | 2018-10-12 23:14:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:02:58 +0700 |
commit | 95b63fda6a61945d69b27a34f6433399c9784869 (patch) | |
tree | fc220b13146e9c515bcd7030b228818260ed2218 /audio/jamulus/README | |
parent | 5010d7c8459dc8faa060d594f4d63617b00191ee (diff) |
audio/jamulus: Added (real-time jam session client/server).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
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 000000000000..7076933b9d8b --- /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. |