From 456284918ab04cde6c661839d706cb84baf3a887 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 5 Sep 2008 00:39:36 +0200 Subject: update documentation and help texts for s32le/s32be sample types --- man/pacat.1.xml.in | 6 ++++-- man/pulse-daemon.conf.5.xml.in | 6 ++++-- src/utils/pacat.c | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in index 7b0d72b9..68a3a12a 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -108,9 +108,11 @@ USA.

Capture or play back audio with the specified sample format. Specify one of u8, s16le, - s16be, float32le, float32be, + s16be, s32le, + s32be, float32le, float32be, ulaw, alaw. Depending on the endianess of - the CPU the formats s16ne, s16re, + the CPU the + formats s16ne, s16re, s32ne, s32re, float32ne, float32re (for native, resp. reverse endian) are available as aliases. Defaults to s16ne.

diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 50e24559..c2eefaa5 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -319,9 +319,11 @@ USA. diff --git a/src/utils/pacat.c b/src/utils/pacat.c index c1826d7b..f42abc8e 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -500,7 +500,7 @@ static void help(const char *argv0) { " --volume=VOLUME Specify the initial (linear) volume in range 0...65536\n" " --rate=SAMPLERATE The sample rate in Hz (defaults to 44100)\n" " --format=SAMPLEFORMAT The sample type, one of s16le, s16be, u8, float32le,\n" - " float32be, ulaw, alaw (defaults to s16ne)\n" + " float32be, ulaw, alaw, s32le, s32be (defaults to s16ne)\n" " --channels=CHANNELS The number of channels, 1 for mono, 2 for stereo\n" " (defaults to 2)\n" " --channel-map=CHANNELMAP Channel map to use instead of the default\n" -- cgit