Players/musicpd/0.18-dsd-rt: Difference between revisions
Jump to navigation
Jump to search
Agent Kith (talk | contribs) |
Agent Kith (talk | contribs) (Add Native DSD configuration.) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: Music Player Daemon (MPD) 0.18-dsd-rt}} | {{DISPLAYTITLE: Music Player Daemon (MPD) 0.18-dsd-rt}} | ||
== Availability == | This is MPD 0.18 with non-official DSD-RT patches applied. This player was introduced in an era where DSD was just taking off, and the patch allows native DSD playback for the very first time. | ||
==Availability== | |||
Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6). | Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6). | ||
This player will be kept when you upgrade. But future editions of Snakeoil will no longer include this player. | This player will be kept when you upgrade. But future editions of Snakeoil will no longer include this player and you have to install this manually as a module. | ||
==How To Install== | |||
==How To Uninstall== | |||
== | == Configuration Options == | ||
== | The follow option applies to MPD DSD-RT only. It will not work on other MPD version. You also need to enable DoP in the hardware tab. | ||
{| class="wikitable" | |||
!MPD Option | |||
!Settings | |||
!Comments | |||
|- | |||
| rowspan="3" |dsd_native_type | |||
|0 | |||
|Stream DSD music in unsigned 8 bits (DSD_U8) | |||
|- | |||
|2 | |||
|Stream DSD music in unsigned 32 bits big endian (DSD_U32_BE) | |||
|- | |||
|3 | |||
|Stream DSD music in unsigned 32 bits little endian (DSD_U32_LE) | |||
|} | |||
==All MPD Versions== | ==All MPD Versions== | ||
{{Subpages}} | {{Subpages}} |
Revision as of 15:15, 10 September 2019
This is MPD 0.18 with non-official DSD-RT patches applied. This player was introduced in an era where DSD was just taking off, and the patch allows native DSD playback for the very first time.
Availability
Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6).
This player will be kept when you upgrade. But future editions of Snakeoil will no longer include this player and you have to install this manually as a module.
How To Install
How To Uninstall
Configuration Options
The follow option applies to MPD DSD-RT only. It will not work on other MPD version. You also need to enable DoP in the hardware tab.
MPD Option | Settings | Comments |
---|---|---|
dsd_native_type | 0 | Stream DSD music in unsigned 8 bits (DSD_U8) |
2 | Stream DSD music in unsigned 32 bits big endian (DSD_U32_BE) | |
3 | Stream DSD music in unsigned 32 bits little endian (DSD_U32_LE) |