diff options
author | B. Watson <yalhcru@gmail.com> | 2015-11-10 15:51:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:07:23 +0700 |
commit | e827e7b0b14a45666e35f5e73ef49a736c5b45b9 (patch) | |
tree | 80242f2adb59a22710cef245e9b2c1d7b5c3ee08 /audio/jack-tools/man | |
parent | 81e00baa11eef8506a561f21d8a60366e8de5497 (diff) |
audio/jack-tools: Updated for version 20141211.
Diffstat (limited to 'audio/jack-tools/man')
-rw-r--r-- | audio/jack-tools/man/jack-play.1 | 6 | ||||
-rw-r--r-- | audio/jack-tools/man/jack-scope.1 | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/audio/jack-tools/man/jack-play.1 b/audio/jack-tools/man/jack-play.1 index 1b7364e0728b2..52d088b1c8ec1 100644 --- a/audio/jack-tools/man/jack-play.1 +++ b/audio/jack-tools/man/jack-play.1 @@ -38,10 +38,14 @@ jack\-play [options] sound\-file\&... .sp \fB\-c\fR : Set the sample rate conversion algorithm (default=2)\&. Values are: SRC_SINC_BEST_QUALITY = 0, SRC_SINC_MEDIUM_QUALITY = 1, SRC_SINC_FASTEST = 2, SRC_ZERO_ORDER_HOLD = 3 and SRC_LINEAR = 4\&. .sp +\fB\-d\fR : Set the destination port pattern, overrides environment variable\&. +.sp \fB\-i\fR : Set the initial disk seek in frames (default=0)\&. .sp \fB\-m\fR : Set the minimal disk transfer size in frames (default=32)\&. This is an optimization switch\&. .sp +\fB\-l\fR : Loop input file indefinitely\&. +.sp \fB\-n\fR : Set the client name (default=jack\-play)\&. .sp \fB\-q\fR : Set the frame size to request data from the ringbuffer (default=64)\&. This is an optimization switch\&. @@ -53,7 +57,7 @@ jack\-play [options] sound\-file\&... \fB\-u\fR : Do not make client name unique by appending process identifier\&. .SH "DESCRIPTION" .sp -jack\-play is a light\-weight JACK sound file player\&. It creates as many output ports as there are channels in the input file\&. It will connect to ports mentioned in the environment variable JACK_PLAY_CONNECT_TO which must include a %d pattern to indicate port number, otherwise it implements no connection logic, use jack\-plumbing(1) instead\&. +jack\-play is a light\-weight JACK sound file player\&. It creates as many output ports as there are channels in the input file\&. It will connect to ports mentioned at \fB\-p\fR or in the environment variable JACK_PLAY_CONNECT_TO which must include a %d pattern to indicate port number, otherwise it implements no connection logic, use jack\-plumbing(1) instead\&. .sp jack\-play will read files in any format supported by libsndfile, and will resample to match the server sample rate using libsamplerate\&. .SH "AUTHOR" diff --git a/audio/jack-tools/man/jack-scope.1 b/audio/jack-tools/man/jack-scope.1 index b5d594f1927ae..42ada4558d5c9 100644 --- a/audio/jack-tools/man/jack-scope.1 +++ b/audio/jack-tools/man/jack-scope.1 @@ -46,6 +46,8 @@ jack\-scope [options] .sp \fB\-p\fR : A pattern describing the JACK ports to connect to, ie\&. SuperCollider:out_%d (default=nil)\&. If this is not set consults the environment variable JACK_SCOPE_CONNECT_TO\&. .sp +\fB\-s\fR : Set the drawing style for signal mode (default=dot)\&. +.sp \fB\-u\fR : Set the UDP port number to listen for OSC packets on (default=57140)\&. .sp \fB\-w\fR : Set the scope size in pixels (default=512)\&. The scope window is square\&. |