]> code.delx.au - pulseaudio/blobdiff - doc/todo
update todo
[pulseaudio] / doc / todo
index 4d6422861fac0385b78d41def282857581aba4da..e6ad0d5f67e6578f6d16c3287c03f8ce1f8cf293 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -18,6 +18,15 @@ Post 0.8:
 - 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.
   (we need help from libsndfile for this)
+- silence generation should be moved into the core to avoid races and code
+  duplication in the backends
+- examine if it is possible to mimic esd's handling of half duplex cards
+  (switch to capture when a recording client connects and drop playback during
+  that time)
+- 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.
+- don't install .a files of modules
 
 Long term:
 - pass meta info for hearing impaired
@@ -28,6 +37,3 @@ 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.