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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 For 1.2:
2 Major points:
3 - Make documentation match the actual code (especially jitter buffer, AEC and pr eprocessor)
4 - Get AGC to work in fixed-point even if not totally converted
5 - Stabilise all APIs (need feedback)
6 - Short-term estimate in jitter buffer
7 - Control delay in new AEC API.
8 - NaN checks?
9 - Better error reporting
10 - Make kiss-fft 32-bit safe
11
12 Minor issues:
13 - Fix last frame of speexenc
14
15
16 Post 1.2:
17 improve float<->int conversion
18 split encoder and decoder?
19 Merge TriMedia stuff
20 packet dump
21 Do VAD properly
22 --enable-{aec,preprocessor,jitter,resampler}
23
24 Optimisations
25 - Add restrict in a few places?
26 - enable 4x4 version of pitch_xcorr() at least on some archs?
27 - use __builtin_expect() (likely()/unlikely())
28
29 Would be nice:
30 Implement wideband split as IIR instead of QMF?
31
32 Allocator override (speex_lib_ctl?)
33 Fixed-point:
34 - VBR
35 - Jitter buffer
36 - AGC
37 Denoiser:
38 - Better noise adaptation
39 AGC:
40 - Use median filtering instead of "non-linear mean"?
41
42 Standards
43 -Complete Speex RTP profile
44 -MIME type registration
45
46 ideas:
47 Peelable stream (double codebook, higher bands, stereo)
48 LPC from spectral domain
OLDNEW
« 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