This file is indexed.

/usr/share/doc/libjspeex-java/TODO is in libjspeex-java 0.9.7-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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.