aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-05 05:22:30 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-05 05:22:30 +0000
commitd1a4bb382f7d3445cea74813e8258798852a40ad (patch)
tree4fa1eb273ca27394bd033d2ba68c21f54b90de9a /TODO
parent82ff4c321cd5584585c2a624d7c502fed42c3f16 (diff)
downloadmpd-d1a4bb382f7d3445cea74813e8258798852a40ad.tar.gz
mpd-d1a4bb382f7d3445cea74813e8258798852a40ad.tar.xz
mpd-d1a4bb382f7d3445cea74813e8258798852a40ad.zip
implemented alsa audioOutput plugin, now it needs testing
git-svn-id: https://svn.musicpd.org/mpd/trunk@3008 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d6cfbd027..2d5dc0672 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,10 @@
*) add a method for clearling the audio device's buffer. This isn't possible
with libao api.
+*) add support so that audioOutput plugins can modify the output audio format.
+ (This way, alsa's _near functions can be used to adjust for output
+ devices on the fly: for channels, bits, and rate)
+
*) add support for playing aac streams (gee, thanks icecast)
*) implement apev2 and id3v1 tag reader from xmms-musepack plugin