shithub: sox

RSS feed

0a33c800 – cbagwell <cbagwell> authored on 2004/09/27 22:33
c++ and libary cleanups

415d218a – cbagwell <cbagwell> authored on 2004/09/27 21:02
Updating avg to make it more apparent to seperate nums with commas

31650688 – cbagwell <cbagwell> authored on 2004/09/24 19:15
Adding mcompand file

95609fe5 – cbagwell <cbagwell> authored on 2004/09/24 14:46
partial cleanups

8ae4d299 – cbagwell <cbagwell> authored on 2004/09/22 22:39
update to silence effect to allow removing silence from middle of file.

fec8e043 – cbagwell <cbagwell> authored on 2004/09/22 22:09
Added multiband compander effect

bd0eddd5 – cbagwell <cbagwell> authored on 2004/09/22 21:10
Some compilers don't like inline and static used together.

a5749149 – cbagwell <cbagwell> authored on 2004/09/22 20:52
Added "audiogen" sample script for creating audio samples.

a0f8a662 – cbagwell <cbagwell> authored on 2004/09/21 22:11
Modify crossfade scripts to auto-detect when fading doesn't need to occur.

2a130249 – cbagwell <cbagwell> authored on 2004/09/19 18:53
warning fixes

89611f67 – cbagwell <cbagwell> authored on 2004/09/19 18:51
warning cleanups

d8c16f9d – cbagwell <cbagwell> authored on 2004/09/19 18:04
warning fix

e9f7c8a5 – cbagwell <cbagwell> authored on 2004/09/19 18:02
*** empty log message ***

72507ca8 – cbagwell <cbagwell> authored on 2004/09/19 16:28
Fixing some more overflow cases by switching to ST_SAMPLE_MIN.

40da70e5 – cbagwell <cbagwell> authored on 2004/09/19 11:22
Return failure for file handlers that don't support seeking.

2e02e5c7 – cbagwell <cbagwell> authored on 2004/09/19 11:18
Fixes to trim optimization.

d6f4cbe9 – cbagwell <cbagwell> authored on 2004/09/17 23:15
Attempt seek()'s when using trim effect for speed.

9443899c – cbagwell <cbagwell> authored on 2004/09/17 20:46
adding script

f8dd6e1c – cbagwell <cbagwell> authored on 2004/09/16 21:11
fix for lost last buffer when some effects reported early ST_EOF.

c4a08032 – cbagwell <cbagwell> authored on 2004/09/16 19:08
Bugfixes to trim effect. Allows crossfade script to work without pops.

d3a8f86e – cbagwell <cbagwell> authored on 2004/09/13 22:00
Changed changelog to track general ST_SAMPLE_MIX fixes.

250f564c – cbagwell <cbagwell> authored on 2004/09/13 21:58
More bugfixes to clipping on MIN side.

83a3a0a3 – cbagwell <cbagwell> authored on 2004/09/13 20:34
doc updates

b6faa22c – cbagwell <cbagwell> authored on 2004/09/13 19:32
Fix MIN overflow in volume change.

abed5783 – cbagwell <cbagwell> authored on 2004/09/13 19:04
script updates

9807dad1 – cbagwell <cbagwell> authored on 2004/09/12 16:00
Bugfix in drain of fade. Removing rounding attempt to allow "-v -1.0" to be only an inversion.

60e502a9 – cbagwell <cbagwell> authored on 2004/09/10 09:20
minor update

af257fcf – cbagwell <cbagwell> authored on 2004/09/09 22:54
Fadeout bugfix and new crossfade script

c58705f3 – cbagwell <cbagwell> authored on 2004/09/08 22:46
workaround for handlers that report 0 instead of EOF.

100706dd – cbagwell <cbagwell> authored on 2004/09/08 20:52
-v is now a format option which allows max_input_files to increase to 32.

9c8953be – cbagwell <cbagwell> authored on 2004/09/08 20:00
Moving soxeffect script

301a802c – cbagwell <cbagwell> authored on 2004/09/08 14:03
Check that user didn't specify to many filenames

7fb7e9a0 – cbagwell <cbagwell> authored on 2004/09/07 20:44
Abort on large ID3 tags instead of hanging up

6675b138 – cbagwell <cbagwell> authored on 2004/09/07 19:16
segfault fix in resample for 64-bit processors.