diff options
author | Jurgen Kramer <gtmkramer@xs4all.nl> | 2012-06-16 13:46:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-06-27 09:54:24 +0200 |
commit | 7235dbadfd113bc3f851dc4f58b74d01d9910af5 (patch) | |
tree | 92ea99f8248f23068d60618f74ab1612ec278202 /doc | |
parent | ecec41025f35ea8957dd3b59caeb3f4dfee37821 (diff) | |
download | mpd-7235dbadfd113bc3f851dc4f58b74d01d9910af5.tar.gz mpd-7235dbadfd113bc3f851dc4f58b74d01d9910af5.tar.xz mpd-7235dbadfd113bc3f851dc4f58b74d01d9910af5.zip |
patch to split DSD decoder into separate decoders for DSF en DFF. Move common
functions to new dsdlib. Update user doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/user.xml b/doc/user.xml index 46d9c11cd..fdfbc4419 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -782,7 +782,7 @@ systemctl start mpd.socket</programlisting> <title><varname>dsdiff</varname></title> <para> - Decodes DFF and DSF files containing DSDIFF data (e.g. SACD rips). + Decodes DFF files containing DSDIFF data (e.g. SACD rips). </para> <informaltable> @@ -810,6 +810,15 @@ systemctl start mpd.socket</programlisting> </section> <section> + <title><varname>dsf</varname></title> + + <para> + Decodes DSF files containing DSDIFF data (e.g. SACD rips). + </para> + + </section> + + <section> <title><varname>mikmod</varname></title> <para> |