1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Rotter TODO List
================
In order of priority:
- Make sure that libsndfile based formats append to file (eg if rotter crashes)
- Change 'Starting new archive file' message if archive already exists
- Make hourly file change more accurate by having a second ring buffer
- Support SFC_SET_VBR_ENCODING_QUALITY for setting VBR encoding quality
- Support SFC_SET_BROADCAST_INFO to set Broadcast Extention chunk for WAV files
- Support other libsndfile options (e.g. clipping) ?
- Use mutex and conditions, like in the Jack capture client example?
|