35 lines
1.5 KiB
Diff
35 lines
1.5 KiB
Diff
From 3c0c08d2aece256f7831d020474e386d41d8d451 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Sun, 7 Jun 2009 00:45:05 +0200
|
|
Subject: [PATCH] man: document 24bit sample types in man page
|
|
|
|
---
|
|
man/pulse-daemon.conf.5.xml.in | 10 ++++++----
|
|
1 files changed, 6 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
|
|
index 7d184a6..b667291 100644
|
|
--- a/man/pulse-daemon.conf.5.xml.in
|
|
+++ b/man/pulse-daemon.conf.5.xml.in
|
|
@@ -364,11 +364,13 @@ 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>s32le</opt>,
|
|
- <opt>s32be</opt>, <opt>float32le</opt>, <opt>float32be</opt>,
|
|
+ <opt>s16be</opt>, <opt>s24le</opt>, <opt>s24be</opt>,
|
|
+ <opt>s24-32le</opt>, <opt>s24-32be</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>, <opt>s32ne</opt>, <opt>s32re</opt>,
|
|
+ the CPU the formats <opt>s16ne</opt>, <opt>s16re</opt>,
|
|
+ <opt>s24ne</opt>, <opt>s24re</opt>, <opt>s24-32ne</opt>,
|
|
+ <opt>s24-32re</opt>, <opt>s32ne</opt>, <opt>s32re</opt>,
|
|
<opt>float32ne</opt>, <opt>float32re</opt> (for native,
|
|
resp. reverse endian) are available as aliases.</p>
|
|
</option>
|
|
--
|
|
1.6.0.2
|
|
|