shithub: sox

RSS feed

e43b4954 – robs <robs> authored on 2006/12/17 05:28
Nullify effects when they've nothing to do.

bcdf8938 – robs <robs> authored on 2006/12/17 05:13
HCOM is currently broken :(

23f683ff – robs <robs> authored on 2006/12/17 04:30
Make dither alias for mask, add amount parameter, clipping detection, & nullification

4a1a3de0 – robs <robs> authored on 2006/12/17 04:25
Make dither alias for mask, add amount parameter, clipping detection, & nullification

8873f38b – robs <robs> authored on 2006/12/17 04:19
Make dither alias for mask

3eecb25c – robs <robs> authored on 2006/12/17 04:18
Ability to not invoke srand.

226fe1c2 – robs <robs> authored on 2006/12/17 04:17
Ability to not invoke srand.

0891ccec – rrt <rrt> authored on 2006/12/16 18:09
Change my entry, fix some typos ("Acorn Archimedes"), make some

e995776d – robs <robs> authored on 2006/12/16 16:48
Nullify effects when they've nothing to do.

22be79e4 – robs <robs> authored on 2006/12/16 14:43
sox file merging

bed68352 – robs <robs> authored on 2006/12/16 07:10
Fix parser

c7f9eb39 – robs <robs> authored on 2006/12/16 07:09
New speed effect that delegates the work to resample or rabbit.

832bdd1b – robs <robs> authored on 2006/12/16 07:07
Sox option parser clean-ups and checks

f586524a – robs <robs> authored on 2006/12/16 04:14
clean-ups

8327ae0d – robs <robs> authored on 2006/12/16 03:44
Eliminate some warnings.

822a379b – rrt <rrt> authored on 2006/12/14 14:57
Don't define __attribute__ as a macro. Guard definition of UNUSED to

53aeac72 – rrt <rrt> authored on 2006/12/14 14:14
Ignore tarballs.

f867f34c – rrt <rrt> authored on 2006/12/14 13:59
Update the skel.c and skeleff.c files. Although I intend to remove

7cdd8975 – cbagwell <cbagwell> authored on 2006/12/14 09:19
Make compile on non-gnu compilers. Remove unused REGPARM macro.

3c8b42f0 – rrt <rrt> authored on 2006/12/13 21:33
Remove now-unused functions.

83d6d0c7 – robs <robs> authored on 2006/12/13 17:41
New speed effect that delegates the work to resample or rabbit.

d9747629 – robs <robs> authored on 2006/12/13 17:38
24-bit support is now there or thereabouts.

f9991fe2 – rrt <rrt> authored on 2006/12/13 13:42
Fix a couple of typos.

703e07ed – rrt <rrt> authored on 2006/12/13 13:31
Make naming of struct more consistent.

8e500861 – rrt <rrt> authored on 2006/12/13 12:25
Simplify sample copyright notice.

5f0633cc – rrt <rrt> authored on 2006/12/13 12:01
Fix file suffix example: use "skel" not "wav" as suffix, and improve

8d7ab577 – rrt <rrt> authored on 2006/12/13 11:58
Improve the skeleton format and effect.

709570b2 – rrt <rrt> authored on 2006/12/13 11:06
Bring somewhat up-to-date. The danger of this file is that it's never

4aebc6b4 – rrt <rrt> authored on 2006/12/13 11:03
Fix comment typo.

54eb025a – rrt <rrt> authored on 2006/12/13 10:06
Actually check in xmalloc.h. Oops.

da361133 – rrt <rrt> authored on 2006/12/13 10:06
Actually check in xmalloc.c. Oops.

bf4f2ae8 – rrt <rrt> authored on 2006/12/13 09:58
Add x{m,c,re}alloc, and stop checking the return code of

7a41ebe9 – rrt <rrt> authored on 2006/12/13 09:51
Fix typos in last commit.

1ab655ae – rrt <rrt> authored on 2006/12/13 09:50
Simplify code.

45a11abf – rrt <rrt> authored on 2006/12/12 19:32
Remove some unnecessary casts, and fix a compiler warning.

2515cb2d – rrt <rrt> authored on 2006/12/12 16:32
Fix bug in strncasecmp: n must be post-decremented, not