Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: speex/TODO

Issue 3119024: Add speex to trunk/deps/third_party/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: speex/TODO
===================================================================
--- speex/TODO (revision 0)
+++ speex/TODO (revision 0)
@@ -0,0 +1,48 @@
+For 1.2:
+Major points:
+- Make documentation match the actual code (especially jitter buffer, AEC and preprocessor)
+- Get AGC to work in fixed-point even if not totally converted
+- Stabilise all APIs (need feedback)
+- Short-term estimate in jitter buffer
+- Control delay in new AEC API.
+- NaN checks?
+- Better error reporting
+- Make kiss-fft 32-bit safe
+
+Minor issues:
+- Fix last frame of speexenc
+
+
+Post 1.2:
+improve float<->int conversion
+split encoder and decoder?
+Merge TriMedia stuff
+packet dump
+Do VAD properly
+--enable-{aec,preprocessor,jitter,resampler}
+
+Optimisations
+- Add restrict in a few places?
+- enable 4x4 version of pitch_xcorr() at least on some archs?
+- use __builtin_expect() (likely()/unlikely())
+
+Would be nice:
+Implement wideband split as IIR instead of QMF?
+
+Allocator override (speex_lib_ctl?)
+Fixed-point:
+ - VBR
+ - Jitter buffer
+ - AGC
+Denoiser:
+ - Better noise adaptation
+AGC:
+ - Use median filtering instead of "non-linear mean"?
+
+Standards
+-Complete Speex RTP profile
+-MIME type registration
+
+ideas:
+Peelable stream (double codebook, higher bands, stereo)
+LPC from spectral domain
Property changes on: speex/TODO
___________________________________________________________________
Name: svn:executable
+ *
« speex/ChangeLog ('K') | « speex/README.chromium ('k') | speex/include/speex/speex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698