diff options
author | Max Kellermann <max@duempel.org> | 2009-02-28 19:40:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-28 19:40:39 +0100 |
commit | a5c09c91c414ba08d915331797e717334ac06456 (patch) | |
tree | 07930ab077be8e08d1f880b34a4f6bfd69317bb3 /NEWS | |
parent | d29db0111c1548da3dd8c5cdeba4173938f32da1 (diff) | |
download | mpd-a5c09c91c414ba08d915331797e717334ac06456.tar.gz mpd-a5c09c91c414ba08d915331797e717334ac06456.tar.xz mpd-a5c09c91c414ba08d915331797e717334ac06456.zip |
output: added option to disable audio outputs by default
The option "enabled" is on by default. If you specify "enabled no" in
an audio_output section, then this device is disabled by default.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ ver 0.15 - (200?/??/??) - wildmidi: another decoder plugin for MIDI files (using libwildmidi) - added configuration option to disable decoder plugins * audio outputs: + - added option to disable audio outputs by default - shout: enlarged buffer size to 32 kB - null: allow disabling synchronization - mvp: fall back to stereo |