summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-04-27 05:26:29 +0000
committerPierre Ossman <ossman@cendio.se>2006-04-27 05:26:29 +0000
commit2c08180ec9ce9c7cb0b878a6deabb7fbb7b68128 (patch)
tree5e14046c549cb3b4eb280cc3e0aba59a5e2cb0a7
parentc29b3f11e271757d60e72480030011913f778878 (diff)
update todo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@813 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--doc/todo6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo b/doc/todo
index f778d61c..4d642286 100644
--- a/doc/todo
+++ b/doc/todo
@@ -17,8 +17,7 @@ Post 0.8:
- use software volume when hardware doesn't support all channels (alsa done)
- double check channel maps for backends, including that mixer and pcm match
- paplay needs to set a channel map. our default is only correct for AIFF.
- (for maximum compatiblity, we should let old files, which don't have a
- well defined channel map, use the ALSA channel map)
+ (we need help from libsndfile for this)
Long term:
- pass meta info for hearing impaired
@@ -29,3 +28,6 @@ Backends for:
- sdl
- OSS (esddsp style)
- gstreamer (needs to be updated)
+- fix channel maps in all external backends. Take care when doing volume
+ changes if you're modifying a sink/source since those might have a different
+ map.