decoder/dsdiff: add option "lsbitfirst"

Defaults to "no", which fixes the noise problems.
This commit is contained in:
Max Kellermann
2011-10-07 10:10:43 +02:00
parent 7ecbb0454f
commit 894b9cfdb9
2 changed files with 34 additions and 1 deletions

View File

@@ -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>