Skip to content

Commit 92c75d2

Browse files
committed
In case some would like to join
git-svn-id: http://svn.xiph.org/trunk/speex@3113 0101bb08-14d6-0310-b084-bc0e0c8e3800
1 parent 08aae93 commit 92c75d2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2002/02/27 Jean-Marc Valin:
2+
Got the basic encoder working as a demo with quantization only on some
3+
parameters.

IDEAS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Non-linear adaptive codebook (use exc[n]*|exc[n]| to reduce noise
2+
component in adaptive codebook excitation)
3+
4+
- Include time-domain masking for VBR

TODO

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- Improve stochastic codebook
2+
3+
- Define bit-stream, multiple modes
4+
5+
- VBR
6+
7+
- VAD & comfort noise generation
8+
9+
- Implement decoder
10+
11+
- Implement wideband codec
12+
13+
- Search for not patented algorithms

0 commit comments

Comments
 (0)