diff options
author | Max Kellermann <max@duempel.org> | 2009-01-22 16:06:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-22 16:06:47 +0100 |
commit | d47be76ce09ab3de9dfd5989ea65ca305c723f73 (patch) | |
tree | 70814b384b7adcc3b8d4934f197c570e3cd11254 /NEWS | |
parent | 0122510f2c85ab00bf5b591d25986188cdc33d7f (diff) | |
download | mpd-d47be76ce09ab3de9dfd5989ea65ca305c723f73.tar.gz mpd-d47be76ce09ab3de9dfd5989ea65ca305c723f73.tar.xz mpd-d47be76ce09ab3de9dfd5989ea65ca305c723f73.zip |
null: added option to disable timer synchronization
The null plugin synchronizes the playback so it will happen in real
time. This patch adds a configuration option which disables this: the
playback will then be as fast as possible. This can be useful to
profile MPD.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ ver 0.15 - (200?/??/??) - mikmod disabled by default, due to severe security issues in libmikmod * audio outputs: - shout: enlarged buffer size to 32 kB + - null: allow disabling synchronization * commands: - "playlistinfo" supports a range now - added "sticker database", command "sticker", which allows clients |