diff options
author | Max Kellermann <max@duempel.org> | 2010-08-06 07:23:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-08-31 06:50:14 +0200 |
commit | 917434269c102d98ce45eb89964c322c3c2041c8 (patch) | |
tree | 3a209cb4702aaf4b06c8c12362908c672e92fb69 /NEWS | |
parent | a77506ae215df09ed02c30f39a3be663a3180d5b (diff) | |
download | mpd-917434269c102d98ce45eb89964c322c3c2041c8.tar.gz mpd-917434269c102d98ce45eb89964c322c3c2041c8.tar.xz mpd-917434269c102d98ce45eb89964c322c3c2041c8.zip |
output/httpd: implement "pause"
Send silence to all connected clients while paused, to avoid
connection interruption.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ ver 0.16 (20??/??/??) - jack: support more than two audio channels - httpd: bind port when output is enabled - httpd: added name/genre/website configuration + - httpd: implement "pause" - oss: 24 bit support via OSS4 - win32: new output plugin for Windows Wave - wildcards allowed in audio_format configuration |