diff options
author | Max Kellermann <max@duempel.org> | 2014-08-23 16:12:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-26 07:11:53 +0200 |
commit | a86aaef4d0075df581857cdabb624a24885afa2b (patch) | |
tree | 1e12f2bf79bd6fb629f80c41de9a1937df0c614b /NEWS | |
parent | e463244db3f54fe049657ebf3845e75976696bef (diff) | |
download | mpd-a86aaef4d0075df581857cdabb624a24885afa2b.tar.gz mpd-a86aaef4d0075df581857cdabb624a24885afa2b.tar.xz mpd-a86aaef4d0075df581857cdabb624a24885afa2b.zip |
output/alsa: support native DSD playback
Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added
to alsa-lib 1.0.27.1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ ver 0.19 (not yet released) - mp4v2: support playback of MP4 files. * encoder: - shine: new encoder plugin +* output + - alsa: support native DSD playback * threads: - the update thread runs at "idle" priority - the output thread runs at "real-time" priority |