diff options
author | Diomendius <42310725+Diomendius@users.noreply.github.com> | 2019-08-02 17:47:45 +1200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-02 15:52:20 +0200 |
commit | b81138bda1c6cb1b3d1fd8ecbf4174ac939b5f44 (patch) | |
tree | f011500f9e7d94957f01e2b66ef03befb6a0e2b2 /NEWS | |
parent | 6de088140b2fb3afe2905ad3ea2e2d0648eb603f (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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |