| Line | |
|---|
| 1 |
To-do list - improvements/fixes to the Moodle Speex add-in |
|---|
| 2 |
-------------------------------------------------------------------------------- |
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
- Fix the SampleGraph view - it has broken since changing the recording method |
|---|
| 6 |
from ByteArrayOutputStream to WAV file. |
|---|
| 7 |
|
|---|
| 8 |
- Optimise filesize by checking which class files are included in the two |
|---|
| 9 |
JAR files. |
|---|
| 10 |
|
|---|
| 11 |
- Move all language strings into an external file, in the standard Java |
|---|
| 12 |
manner. This would help with I18N. |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
Usability improvements etc, may be kept in reserve for later: |
|---|
| 16 |
|
|---|
| 17 |
- The recorder applet should know the upload size limit in force, and make |
|---|
| 18 |
intelligent use of it. This is tricky because of the difference between |
|---|
| 19 |
raw and compressed file sizes, but an estimate of the maximum possible |
|---|
| 20 |
duration may be helpful, as would a warning if after compression the |
|---|
| 21 |
file was too large to be uploaded. |
|---|
| 22 |
|
|---|