diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-09-05 00:39:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-09-05 00:39:36 +0200 |
commit | 456284918ab04cde6c661839d706cb84baf3a887 (patch) | |
tree | 916f148dc7687509ce813dde87c6e3619aab5fa0 /man | |
parent | 12c5c62dadad248f4a01a9973b6e99c99d0badad (diff) |
update documentation and help texts for s32le/s32be sample types
Diffstat (limited to 'man')
-rw-r--r-- | man/pacat.1.xml.in | 6 | ||||
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in index 7b0d72b96..68a3a12a5 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -108,9 +108,11 @@ USA. <optdesc><p>Capture or play back audio with the specified sample format. Specify one of <opt>u8</opt>, <opt>s16le</opt>, - <opt>s16be</opt>, <opt>float32le</opt>, <opt>float32be</opt>, + <opt>s16be</opt>, <opt>s32le</opt>, + <opt>s32be</opt>, <opt>float32le</opt>, <opt>float32be</opt>, <opt>ulaw</opt>, <opt>alaw</opt>. Depending on the endianess of - the CPU the formats <opt>s16ne</opt>, <opt>s16re</opt>, + the CPU the + formats <opt>s16ne</opt>, <opt>s16re</opt>, <opt>s32ne</opt>, <opt>s32re</opt>, <opt>float32ne</opt>, <opt>float32re</opt> (for native, resp. reverse endian) are available as aliases. Defaults to s16ne.</p></optdesc> diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 50e24559c..c2eefaa56 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -319,9 +319,11 @@ USA. <option> <p><opt>default-sample-format=</opt> The default sampling format. Specify one of <opt>u8</opt>, <opt>s16le</opt>, - <opt>s16be</opt>, <opt>float32le</opt>, <opt>float32be</opt>, + <opt>s16be</opt>, <opt>s32le</opt>, + <opt>s32be</opt>, <opt>float32le</opt>, <opt>float32be</opt>, <opt>ulaw</opt>, <opt>alaw</opt>. Depending on the endianess of - the CPU the formats <opt>s16ne</opt>, <opt>s16re</opt>, + the CPU the + formats <opt>s16ne</opt>, <opt>s16re</opt>, <opt>s32ne</opt>, <opt>s32re</opt>, <opt>float32ne</opt>, <opt>float32re</opt> (for native, resp. reverse endian) are available as aliases.</p> </option> |