diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in index 68a3a12a5..2e274507d 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -21,18 +21,22 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. --> - + + paplay [options] [FILE] + parecord [options] [FILE] pacat [options] [FILE] parec [options] [FILE] - paplay --help - paplay --version + pamon [options] [FILE] + pacat --help + pacat --version pacat is a simple tool for playing back or - capturing raw audio files on a PulseAudio sound server. + capturing raw or encoded audio files on a PulseAudio sound + server.
pacat is a simple tool for playing back or - capturing raw audio files on a PulseAudio sound server.
-r | --record
Capture raw audio data and write it to the specified file or to STDOUT if none is specified. If the tool is called under the name parec this is the default.
Capture audio data and write it to the specified file or to STDOUT if none is specified. If the tool is called under the name parec this is the default.
-p | --playback
Read raw audio data from the specified file or STDIN if none is specified, and play it back. If the tool is called under the name pacat this is the default.
Read audio data from the specified file or STDIN if none is specified, and play it back. If the tool is called under the name pacat this is the default.
Capture or play back audio with the specified sample format. Specify one of u8, s16le, - s16be, s32le, - s32be, float32le, float32be, - ulaw, alaw. Depending on the endianess of - the CPU the - formats s16ne, s16re, s32ne, s32re, - float32ne, float32re (for native, - resp. reverse endian) are available as aliases. Defaults to - s16ne.
Never remap channels. Instead of mapping channels by their name this will match them solely by their index/order.
--latency=BYTES
Explicitly configure the latency, with a time + specified in bytes in the selected sample format. If left out + the server will pick the latency, usually relatively high for + power saving reasons. Use either this option or + --latency-msec, but not both.
--latency-msec=MSEC
Explicitly configure the latency, with a time + specified in miliseconds. If left out the server will pick the + latency, usually relatively high for power saving reasons. Use + either this option or --latency, but not + both.
--process-time=BYTES
Explicitly configure the process time, with a time + specified in bytes in the selected sample format. If left out + the server will pick the process time. Use either this option or + --process-time-msec, but not both.
--process-time-msec=MSEC
Explicitly configure the process time, with a time + specified in miliseconds. If left out the server will pick the + process time. Use either this option or --process-time, + but not both.
--property=PROPERTY=VALUE
Attach a property to the client and stream. May be + used multiple times
--raw
Play/record raw audio data. This is the default if + this program is invoked as pacat, parec or + pamon.
--file-format[=FFORMAT]
Play/record encoded audio data in the file format + specified. This is the default if this program is invoked as + paplay and parecord.
--list-file-formats
List supported file formats.
- , + ,