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
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-06-03 06:14:19 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-06-03 06:14:19 +0400
commit39cb42e01e24e448ec95782a21af6947ef7d66c3 (patch)
tree4a3e561a4530938233a54d3220d357540106622e /OPTIMIZE
parent7f96fadf108edab6a75256023a5bec449c4eaece (diff)
Added speex_ctl call to set codec parameters (e.g. enable/disable
post-filter) git-svn-id: http://svn.xiph.org/trunk/speex@3339 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'OPTIMIZE')
-rw-r--r--OPTIMIZE10
1 files changed, 10 insertions, 0 deletions
diff --git a/OPTIMIZE b/OPTIMIZE
new file mode 100644
index 0000000..d36f5f7
--- /dev/null
+++ b/OPTIMIZE
@@ -0,0 +1,10 @@
+Narrowband:
+
+- pitch_gain_search_3tap calls syn_filt_zero more times than it should (we're
+computing some things twice)
+
+Wideband
+
+- All narrowband optimizations apply
+- Lots of time spent in the codebook search. We could speed that up by using
+ a hierarchical codebook