diff options
author | Max Kellermann <max@duempel.org> | 2011-10-07 10:10:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-07 10:10:43 +0200 |
commit | 894b9cfdb9fb69dbdde937c32726508472601402 (patch) | |
tree | f9c7a7efb85bb30f49d3048ba6206fb9a043f588 /doc | |
parent | 7ecbb0454f4cbdd10389e06531bc9889cd7fbe5d (diff) |
decoder/dsdiff: add option "lsbitfirst"
Defaults to "no", which fixes the noise problems.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 2e654bcca..394b8b0de 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -742,6 +742,29 @@ cd mpd-version</programlisting> <para> Decodes DFF files containing DSDIFF data (e.g. SACD rips). </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>lsbitfirst</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Decode the least significant bit first. Default is + "no". + </entry> + </row> + </tbody> + </tgroup> + </informaltable> </section> <section> |