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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 03:44:43 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 19:39:26 +0300
commitc74b195703eb5f64b2378c74fcebcfcb33a727f7 (patch)
tree95ba225801689f35cf631851b8727b1311245666
parente152d8dcca8c226c7669cf2e0f2d50d731649ad9 (diff)
remove codec-only references from TODO
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index fd3c953..ffca502 100644
--- a/TODO
+++ b/TODO
@@ -9,10 +9,6 @@ Major points:
- 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?
@@ -23,12 +19,8 @@ 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
@@ -38,11 +30,3 @@ 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