File: TODO

package info (click to toggle)
rotter 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: sh: 3,953; ansic: 1,214; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (5)
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?