ref: b5c63de21eec6427875ccab74e35c172d3fb4fca
parent: 627a9c0a8cd9f9222e4b216763b00f8b9f6962ca
author: rrt <rrt>
date: Mon Dec 11 22:45:41 EST 2006
Remove LSF TODO, and make some cosmetic improvements.
--- a/TODO
+++ b/TODO
@@ -18,7 +18,7 @@
will prevent corrupt files from causing sox to go into
an infinite loop trying to read just a couple more bytes.
- o Make "dither" an alias of "mask" since that's how most
+ o Make "dither" an alias of "mask" since that's how most
people refer to this process.
o Make "mix" an alias of "avg" since that's closer to what it
@@ -25,6 +25,8 @@
really is. For 2->2 mixes, make a 2 option L->L and R->R
shortcut. Similar 4 option for 4->4.
+ o Merging, e.g. two mono files to one stereo file.
+
o In avg effect, going from 1->2 should have a 2 number shortcut
so that you don't have to put 100% in each channel. Similar
for 2->4.
@@ -69,9 +71,6 @@
(might result in a smaller text file since percision will
be smaller).
- o Detect support for -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE
- and auto add to CFLAGS so that large files can be accessed.
-
o Add command line options that specify a specific endian
(as apposed to -x which just reverses it from current
machines endian). This would be useful for cdr.c
@@ -86,7 +85,7 @@
of detecting uint64_t... Use that when possible to speed up
math (won't have to convert back and forth from int to float).
- o WAV handler is not using world alignment for at least the
+ o WAV handler is not using word alignment for at least the
main data chunk (expect for GSM).
o Keep sox from using "fail" on errors. Sox was supposed to be
@@ -105,8 +104,6 @@
o WAV handler needs to handle (ignore if nothing else) non-audio
chunks (except LIST which is already handled), especially at the
end of the file.
-
- o Merging, e.g. two mono files to one stereo file.
o All option-parsers should fail if extraneous charcters or arguments
are present. e.g. -v 1dB, vol 3mW, speed 2 3, should all fail.