Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-10 13:59:13 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-10 13:59:13 +0300
commit84064b108f2633b1dd2de4735f236203a541efef (patch)
tree9b3d6ab5516525ea23f84aa740db43b9a8b864d8 /TODO
parent2c715001f0271a01ace52b5ab66384b747729910 (diff)
Lag window now stored as const data instead of computed at init time. Also,
force either FIXED_POINT or FLOATING_POINT to be defined so we can catch a missing config.h git-svn-id: http://svn.xiph.org/trunk/speex@14122 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 48e07ec..b744b83 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@ Implement speex_header_free()
better error reporting
get rid of floats in initialisation (make the lag window a const array)
split encoder and decoder?
+improve float<->int conversion
+NaN checks?
Eventually: