From 899ab63d9122424b5f71f4a2f8d7b7d12270f1b0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Jan 2017 22:36:14 +0100 Subject: [PATCH] doc/user: document the "dsd" sample format --- doc/user.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/user.xml b/doc/user.xml index cf2d04b36..8124462ed 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -597,7 +597,16 @@ systemctl start mpd.socket 24 bit integer samples padded to 32 bit), 32 (signed 32 bit integer samples), f (32 bit floating - point, -1.0 to 1.0). + point, -1.0 to 1.0), "dsd" means + DSD (Direct Stream Digital). + + + The sample rate is special for DSD: + MPD counts the number of + bytes, not bits. Thus, a DSD "bit" rate of 22.5792 + MHz (DSD512) is 2822400 from + MPD's point of view + (44100*512/8).