decoder/dsdiff: add documentation
This commit is contained in:
@@ -736,6 +736,14 @@ cd mpd-version</programlisting>
|
|||||||
<section>
|
<section>
|
||||||
<title>Decoder plugins</title>
|
<title>Decoder plugins</title>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>dsdiff</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Decodes DFF files containing DSDIFF data (e.g. SACD rips).
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>mikmod</varname></title>
|
<title><varname>mikmod</varname></title>
|
||||||
|
|
||||||
|
@@ -17,6 +17,13 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* \file
|
||||||
|
*
|
||||||
|
* This plugin decodes DSDIFF data (SACD) embedded in DFF files. It
|
||||||
|
* was modeled after the specification found here:
|
||||||
|
* http://www.sonicstudio.com/pdf/dsd/DSDIFF_1.5_Spec.pdf
|
||||||
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "dsdiff_decoder_plugin.h"
|
#include "dsdiff_decoder_plugin.h"
|
||||||
#include "decoder_api.h"
|
#include "decoder_api.h"
|
||||||
|
Reference in New Issue
Block a user