aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-21 10:30:42 +0200
committerMax Kellermann <max@duempel.org>2009-10-21 10:30:42 +0200
commitb479a264b66a5cb74fc8424d7d47035fdfad8799 (patch)
tree7c8b68a64dd642e4a3ce041080f93f7bbca70660 /NEWS
parentac32f36e4e1489664e7c202319978b6a9a15ed40 (diff)
downloadmpd-b479a264b66a5cb74fc8424d7d47035fdfad8799.tar.gz
mpd-b479a264b66a5cb74fc8424d7d47035fdfad8799.tar.xz
mpd-b479a264b66a5cb74fc8424d7d47035fdfad8799.zip
pulse: code rewrite using the asynchronous libpulse API
This is a complete rewrite of the PulseAudio output plugin. It uses the asynchronous API, which gives us more control over everything. Additionally, it connects to the PulseAudio server on startup, and keeps this connection up while MPD runs. During pause, instead of closing the stream, it enables "cork".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f5f5f896..4906fa3f3 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ ver 0.16 (20??/??/??)
- openal: new output plugin
- pulse: announce "media.role=music"
- pulse: renamed context to "Music Player Daemon"
+ - pulse: connect to server on MPD startup, implement pause
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin