Commit 899ab63d authored by Max Kellermann's avatar Max Kellermann

doc/user: document the "dsd" sample format

parent 1097820a
...@@ -597,7 +597,16 @@ systemctl start mpd.socket</programlisting> ...@@ -597,7 +597,16 @@ systemctl start mpd.socket</programlisting>
24 bit integer samples padded to 32 bit), 24 bit integer samples padded to 32 bit),
<varname>32</varname> (signed 32 bit integer <varname>32</varname> (signed 32 bit integer
samples), <varname>f</varname> (32 bit floating samples), <varname>f</varname> (32 bit floating
point, -1.0 to 1.0). point, -1.0 to 1.0), "<varname>dsd</varname>" means
DSD (Direct Stream Digital).
</para>
<para>
The sample rate is special for DSD:
<application>MPD</application> counts the number of
bytes, not bits. Thus, a DSD "bit" rate of 22.5792
MHz (DSD512) is 2822400 from
<application>MPD</application>'s point of view
(44100*512/8).
</para> </para>
</entry> </entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment