diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-05 05:22:30 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-05 05:22:30 +0000 |
commit | d1a4bb382f7d3445cea74813e8258798852a40ad (patch) | |
tree | 4fa1eb273ca27394bd033d2ba68c21f54b90de9a /TODO | |
parent | 82ff4c321cd5584585c2a624d7c502fed42c3f16 (diff) | |
download | mpd-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-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |