95b67a155376e360faf2a5507e8721a930fe0abc
[maemo-recorder] / TODO
1
2 TODO for maemo-recorder
3 -----------------------
4
5  - bigger finger-pushable buttons
6    - probably at the top if we cannot use the toolbar
7    - could be an alternate/configurable mode
8  - support for changing the capabilities and properties of the elements
9    using UI
10    - especially for "raw" files, the user should be able to choose the format
11      (we currently assume audio/x-raw-int, 1 ch, 8kHz, 16-bit)
12  - support playback of other file types than AU, "raw", ilbc and mp3
13  - calculate/guess lengths and positions of the streams, options:
14    - using gettimeofday() during playback if the stream does not give position?
15    - from file size (done for PCMA, PCMU and ILBC)
16  - show media format data (format, sampling rate, channels, depth etc) in the window
17  - rewrite application's internal state management (mess nowadays)
18  - support speex codec
19  - save file formats
20    - future: port auparse GStreamer element
21    - consider using libsndfile or something similar instead of the custom AU writer/parser
22  - Use temp files more carefully and clean them up
23  - GStreamer bugs
24    - GStreamer doesn't report stream length, except for MP3
25    - GStreamer doesn't want to seek streams, except MP3
26    - GStreamer gives stream position only after ~2 secs of playback, for some streams (at least PCM) the reported
27      position can exceed the real audio stream length (that is stored in the file)
28  - mime type for raw PCM?, icons for mime types
29  - visualisation / eye candy
30    - VU meter (using "level" element), only drawback is that it requires audio/x-raw-int
31    - oscillator =)
32  - About menu entry & dialog?
33