diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-13 14:15:30 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-13 14:15:30 +0000 |
commit | b496239e762cc354d9f5a9272893d35615e60144 (patch) | |
tree | 0396e0f062dac031020ced535ce51dee32379d0f /ChangeLog | |
parent | 1928a40486ccead50977daac78f936a75a9c475f (diff) | |
download | mpd-b496239e762cc354d9f5a9272893d35615e60144.tar.gz mpd-b496239e762cc354d9f5a9272893d35615e60144.tar.xz mpd-b496239e762cc354d9f5a9272893d35615e60144.zip |
Adding FIFO audio output. This is pretty much identical to the old one,
except that it now uses a timer for throttling.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6621 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ ver 0.14.0 (????/??/??) -* New null audio output plugin +* New null audio output * Zeroconf support using Bonjour * New zeroconf_enabled option so that Zeroconf support can be disabled * Enable the AAC input plugin if support for it has been compiled in @@ -8,6 +8,7 @@ ver 0.14.0 (????/??/??) * Fix a bug where closing an ALSA dmix device could cause MPD to hang * Make the shout output block while trying to connect instead of failing * New timeout parameter for shout outputs to define a connection timeout +* New FIFO audio output ver 0.13.0 (2007/5/28) * New JACK audio output |