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

TODO - github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
blob: 47be3f640915e02c167c7e39d41d5361839d259d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
For 1.2:
Major points:
- Make documentation match the actual code
- Stabilise all APIs (need feedback)
- 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

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

Standards
-Complete Speex RTP profile
-MIME type registration

ideas:
Peelable stream (double codebook, higher bands, stereo)
LPC from spectral domain