summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDiomendius <42310725+Diomendius@users.noreply.github.com>2019-08-02 17:47:45 +1200
committerMax Kellermann <max@musicpd.org>2019-08-02 15:52:20 +0200
commitb81138bda1c6cb1b3d1fd8ecbf4174ac939b5f44 (patch)
treef011500f9e7d94957f01e2b66ef03befb6a0e2b2 /NEWS
parent6de088140b2fb3afe2905ad3ea2e2d0648eb603f (diff)
Fix JACK plugin outputting only to left channel
The JACK output plugin would not correctly upmix mono input files when exactly 2 output ports were configured. This fixes that.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d67bbb26a..d6bed1990 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ ver 0.21.12 (not yet released)
* decoder
- opus: ignore case in replay gain tag names
- opus, vorbis: decode the "end of stream" packet
+* output
+ - jack: fix mono-to-stereo conversion
* Windows
- support backslash in relative URIs loaded from playlists