File: TODO

package info (click to toggle)
normalize-audio 0.7.7-21
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,032 kB
  • sloc: sh: 9,255; ansic: 8,286; perl: 635; makefile: 139; sed: 16
file content (20 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
                               -*- text -*-

For v0.8:
 - ogg vorbis read support
 - support for ogg volume adjustment tag
 - flac read support
 - in-place mp3/ogg/flac adjustment (?)
 - implement dithering in adjust
 - recursive operation
 - operate in measure,apply,measure,apply order for non-batch, non-mix mode
 - support other channels in xmms plugin
 - sanity checks in xmms plugin (e.g. ignore adjustments > 10dB)
 - use Fletcher-Munson curves to account for effect of pitch
 - use better method to account for volume of multiple channels

Later:
 - silence detection (?)
 - LADSPA plugin (?)
 - improve limiter - multiband? adaptive?
 - look into MMX optimizations