From c603132bed3657c4303ac52aacc8600c7d84e471 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 20 Sep 2009 10:20:28 +0000 Subject: [PATCH] update TODO list --- TODO | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index d103b180..8de08b79 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,20 @@ HIGH PRIORITY -- Auto jitter buffer algorithm needs to be revised and optimized +- Auto jitter buffer algorithm needs to be revised and optimized (maybe + using a histogram instead of calculating the standard deviation is + more suitable to set the optimum jitter buffer size since the variance + of the jitter is not Gaussian but follows some other unknown distribution) -- Channel gains and client name is not transported to the server if the server - was closed and reopend during a client connection +- Channel gains are not transported to the server if the server + was closed and reopend during a client connection (this issue has to be + investigated in more detail, it seems that sometimes the gain is still + valid even if the server was shutdown and restarted...) LOW PRIORITY - Disconnect functionality requires some more work -> does not work reliably + +- Fancy GUI design is almost finished but has some issues (update problem + in Windows, size of fader background seems to be differently interpreted + in Linux and Windows)