Players/musicpd/0.18-dsd-rt: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE: Music Player Daemon (MPD) 0.18-dsd-rt}}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.
{{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.
== How To Install ==
== How To Uninstall ==


== Command Line Arguments ==
==Availability==
  --kill            kill the currently running mpd session
Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6).
  --no-config      don't read from config
 
  --no-daemon      don't detach from console
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.
  --stdout
 
  --stderr          print messages to stderr
==How To Install==
  -v, --verbose    verbose logging
==How To Uninstall==
  -V, --version    print version number
 
== 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}}
[[Category:Music Players]]

Latest revision as of 08:59, 30 July 2020


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)

All MPD Versions