aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorSteven Newbury <steve@snewbury.org.uk>2014-10-16 23:06:27 +0100
committerMax Kellermann <max@duempel.org>2014-10-25 01:08:09 +0200
commit76f277eeb471285aa6893480599512952e12d385 (patch)
treee92505d81b8db3a04319450463a90cb1507c73a3 /NEWS
parent4000390dcdbbc07973c9686fb29c2130a3aebd4c (diff)
downloadmpd-76f277eeb471285aa6893480599512952e12d385.tar.gz
mpd-76f277eeb471285aa6893480599512952e12d385.tar.xz
mpd-76f277eeb471285aa6893480599512952e12d385.zip
Set pulseaudio channel map to WAVE-EX
Pulseaudio expects clients to specify their channel-map if the default (ALSA) map does not route the audio to the expected speakers. Many Google results suggest dealing with this by re-routing the audio channels with the appropriate ALSA plugin, but this will then simply break any clients which expect the default ALSA mapping. Virtually all media files and codecs, certainly flac, dca, a52, and of course anything based on Microsoft's WAVEFORMAT_EXTENSIBLE specification, assume the layout in the table here: http://en.wikipedia.org/wiki/Surround_sound#Standard_speaker_channels Fortunately, pulseaudio directly addresses this with a built-in channel map for WAVE-EX which can be set automatically in the stream sample-spec.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8ec01980..c1cf72471 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.20 (not yet released)
+* output
+ - pulse: set channel map to WAVE-EX
ver 0.19.2 (not yet released)
* decoder