File: TODO

package info (click to toggle)
libjspeex-java 0.9.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: java: 10,928; xml: 210; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DECODER
=======
- DTX implemented but untested.
- Can't force decoder to run at another rate, mode, or channel count.
- Packet loss simulation implemented but untested

ENCODER
=======
- DTX, VAD and ABR implemented but untested.

MISCELLANEOUS
=============
- Test capacity to read and write Speex Wav files (compatible with Speex ACM)
- Write a Simple JavaSound Player/Recorder to demonstrate the SPI working.
- Improve the JUnit test suit to test and validate the code and SPI when
changes are made.