From 7d83e5c7816b5e343695a75ba58b32dbe1be969a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Oct 2007 20:16:28 +0000 Subject: move all sources down to a seperate src/ tree git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@34 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- src/TODO | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/TODO (limited to 'src/TODO') diff --git a/src/TODO b/src/TODO new file mode 100644 index 0000000..f12bf79 --- /dev/null +++ b/src/TODO @@ -0,0 +1,29 @@ +* Replace all "input", "output" with "read", "write" +* Vielleicht client_name nicht erzwingen, stattdessen /proc/self/exename nehmen o.ä. +* "adjust" channel map +* volume bei codecs? +* non-interleaved "int channel" -> "data[]" +* 24bit = 3 byte? 4 byte? + + +* real playback model +* threaded model + +* alsa +* jack +* pulse +* windows + + + +* s/sa_/syd_/g + +* vbr + +* should we notify about local volume changes? + +* drop the ability to query the current write index? + +* drop pread + +* stop thread -- cgit